How can we right the tags of all the color in hexadecimal value ?????? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How can we right the tags of all the color in hexadecimal value ??????

htm

17th Mar 2019, 11:34 PM
Temesgen Gebremeskel
Temesgen Gebremeskel - avatar
3 Answers
+ 3
Do you mean how to make colors using Hex-value?
18th Mar 2019, 12:08 AM
ShortCode
+ 2
In hexadecimal, colors are anything from #000000 to #ffffff so with css you would use: color:#000000; for black color:#ffffff; for white color:#ff0000; for red color:#00ff00; for green color:#0000ff; for blue for lighter red, green or blue you would increase the 0’s for darker you would reduce the f’s
18th Mar 2019, 1:56 AM
Mike
Mike - avatar
0
yes
18th Mar 2019, 12:31 AM
Temesgen Gebremeskel
Temesgen Gebremeskel - avatar