HEX
#
RGB
HSL

#B0E0E6 CSS / HTML Preview

Text with hexadecimal color #B0E0E6

This text has a font color of #B0E0E6.

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

This element has a border color of #B0E0E6.

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

This paragraph has a background color of #B0E0E6.

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