Master your hex color skills! Match the hex code to the color.

#Colors: Hex Color Quiz Screenshot
#Colors: Hex Color Quiz Screenshot
Update
Mar 27, 2023
Developer
Category
Installs
100+
Rate
0
Master your hex color skills! Match the hex code to one of the colored tiles and get the longest streak you can get.

Hex color codes are useful for anything dealing with computers and are used extensively in HTML, Android, IOS and any other sort of software development. Learning the basics of recognizing a Hex color code is a very useful thing to know!

Basic Structure

Colors on a computer a represented by a red, green and blue value, by adjusting these three you can make any number of colors!

The hexadecimal base consists of the digits, in order : 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, A, B, C, D, E, F

The colors start off at #000000 (black) and go up to #FFFFFF (white)

The first two digits of the hex color represent the amount of red in the color 00 being none, FF being the maximum amount of red. The second two digits represent the amount of green, and the final two represent the amount of blue.


Please email questions, comments or concerns to alagoapps@gmail.com