HEX
#
RGB
HSL

#AFEEEE CSS / HTML Preview

Text with hexadecimal color #AFEEEE

This text has a font color of #AFEEEE.

<span style="color:#AFEEEE;">Your text here</span>
#AFEEEE border color

This element has a border color of #AFEEEE.

<div style="border:2px solid #AFEEEE;">Content here</div>
#AFEEEE background color

This paragraph has a background color of #AFEEEE.

<p style="background-color:#AFEEEE;">Content here</p>
CSS codes
.text {color:#AFEEEE;}
.background {background-color:#AFEEEE;}
.border {border:1px solid #AFEEEE;}