Enter a color:

Text as the color #ACCADC


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

Background using #ACCADC


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

Border color as #ACCADC


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

Text shadow using #ACCADC


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

Box shadow as #ACCADC


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

Related Tools:

CSS Fonts


Saved Palette


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