2.10 CodeHS Colors
- Due Feb 4, 2022 by 11:59pm
- Points 4
- Submitting a file upload
- File Types pdf, jpg, and png
- Available after Jan 31, 2022 at 12am
Vocabulary
- rgb - red, green, blue. Used to specify colors. Each of the three colors is specified as a number from 0 to 255
style = "color: rgb(0, 128, 255);"
- hex - base 16. Uses numbers from 0-9 and letters A-F to represent colors. Each pair of digits represents the intensity of red, green and blue, in that order.
style = "background-color: #0080FF;"
Activity
- Complete all sections of CodeHS Web Design Lesson 2.10.
- Once completed, submit a screen shot showing your name, and progress for this lesson.
- Record definitions for lesson 2.10 Vocabulary in your copy of 2.0 Vocabulary Worksheet 2
- Include an example and/or a link for each vocabulary word where more information can be found on the web.
Resources