HEX
#
RGB
HSL

#ADD8E6 CSS / HTML Preview

Text with hexadecimal color #ADD8E6

This text has a font color of #ADD8E6.

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

This element has a border color of #ADD8E6.

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

This paragraph has a background color of #ADD8E6.

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