Skip to main content
hexadecimal

hexadecimal

1 7.2
Using a number system based on sixteen, often used in computers
  • adjective
  • /ˌhɛksəˈdɛmɪkəl/
  • Specialized
translation icon : hexadecimal
  • 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

hex
vshexadecimal
  • Specialized
7.5

Relating to numbers that use sixteen different digits in computing

is the full, formal term rather than the shortened form

Compounds

hexadecimal digit
  • Specialized
6.5

A single symbol used in computing that shows a value from 0 to 9 or A to F

hexadecimal notation
  • Specialized
7.3

A number system using sixteen symbols, the digits 0 to 9 and the letters A to F

6.8

A system for writing numbers using 16 symbols, the digits 0 to 9 and letters A to F

hexadecimal system
  • Specialized
6.5

A system for writing numbers that uses sixteen symbols, 0 to 9 and A to F

Surface Forms

hexadecimal positive

Morphology

hexadecimal = decimal (transparent) = hexa + decimal

The prefix 'hexa-' (six) is transparently added to 'decimal' to indicate a base-16 system, which is clear to learners familiar with these components.

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.