Enter a color:

Text as the color #ACDDDE


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

Background using #ACDDDE


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

Border color as #ACDDDE


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

Text shadow using #ACDDDE


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

Box shadow as #ACDDDE


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

Related Tools:

CSS Fonts


Saved Palette


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