hexadecimal
- adjective
- /ˌhɛksəˈdɛmɪkəl/
- Specialized
- In computing, hexadecimal is often used to represent color values, like #FF5733.
- hexadecimal floating-point
- hexadecimal and binary
- hexadecimal based
Examples
-
The ATSC decided that cable TV can use hexadecimal (base 16) symbols and that terrestrial broadcast TV will use octal (base 8) symbols.
Academic text (1999) -
A GUID is a random string made up of 32 hexadecimal digits grouped in an 8-4-4-4-12 format.
Blog text (20) -
A hexadecimal color code system.
-
But you have to understand hexadecimal to get far in AB as well.
Blog text (25) -
The new contents of an FPR are specified in hexadecimal and may be up to 16 digits long.
Academic text (1999) -
An internal hexadecimal-based dataflow is implemented to support both hexadecimal- and binary-based architectures.
Academic text (1999) -
Traditionally, displaying an FPR produces the value in hexadecimal and in decimal using scientific notation, interpreting it as an HFP number.
Academic text (1999) -
To convert numbers easily, many programmers prefer using hexadecimal notation.
-
The error codes displayed on the screen were in hexadecimal format, which confused some users.
Synonyms
Relating to numbers that use sixteen different digits in computing
Compounds
- Specialized
A single symbol used in computing that shows a value from 0 to 9 or A to F
- Specialized
A number system using sixteen symbols, the digits 0 to 9 and the letters A to F
- Specialized
A system for writing numbers using 16 symbols, the digits 0 to 9 and letters A to F
- Specialized
A system for writing numbers that uses sixteen symbols, 0 to 9 and A to F
Surface Forms
Morphology
Etymology
Hexadecimal breaks into hexa- meaning 'six' and decimal meaning 'ten'. Think of 'six' plus 'ten' making 'sixteen', so hexadecimal is a number system that uses 'sixteen' as its base and is often used in computing for color codes and memory addresses.