Hex
Let's take a look at hex colors.
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 ...