Search⌘ K

Hex

Explore how to define colors in CSS using hexadecimal codes. Understand the structure of hex values representing red, green, and blue, and learn to apply full and shorthand hex colors to style backgrounds and text effectively.

We'll cover the following...

Hex colors

Hex colors (or hexadecimal colors) are defined by specific sequences of values.

For example:

p {
  color: #00FFFF;
}

Each hex color code is a six-digit combination ...