Enter a color:

Text as the color #ABCADC


HTML:
<div style="color: #ABCADC"></div>
CSS:
.class { color: #ABCADC; }

Background using #ABCADC


HTML:
<div style="background-color: #ABCADC"></div>
CSS:
.class { background-color: #ABCADC; }

Border color as #ABCADC


HTML:
<div style="border: 2px solid #ABCADC"></div>
CSS:
.class { border: 2px solid #ABCADC; }

Text shadow using #ABCADC


HTML:
<div style="text-shadow: 3px 3px 2px #ABCADC"></div>
CSS:
.class { text-shadow: 3px 3px 2px #ABCADC; }

Box shadow as #ABCADC


HTML:
<div style="box-shadow: 1px 1px 3px 2px #ABCADC; -webkit-box-shadow: 1px 1px 3px 2px #ABCADC;-moz-box-shadow:1px 1px 3px 2px #ABCADC"></div>
CSS:
.class { box-shadow: 1px 1px 3px 2px #ABCADC; -webkit-box-shadow: 1px 1px 3px 2px #ABCADC;-moz-box-shadow:1px 1px 3px 2px #ABCADC; }

Related Tools:

CSS Fonts


Saved Palette


Click Save to keep a list of colors you like and want to work with.