Enter a color:

Text as the color #AACBCC


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

Background using #AACBCC


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

Border color as #AACBCC


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

Text shadow using #AACBCC


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

Box shadow as #AACBCC


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

Related Tools:

CSS Fonts


Saved Palette


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