Understanding Digital Color

HTML & CSS — Cookie Monster Lesson · Lesson 10 ·


Let's add in some glorious color.

1. Each color has a different hexadecimal number 

a {
color: #BFE35B;
 text-decoration: none;
}
...

2. Understand the Photoshop eyedropper 

Lets you pick from "millions of colors", and gives you the corresponding hexidecimal code 

3. Understand the Digital Color Meter (mac only)