HEX
#
RGB
HSL

#708090 CSS / HTML Preview

Text with hexadecimal color #708090

This text has a font color of #708090.

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

This element has a border color of #708090.

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

This paragraph has a background color of #708090.

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