Enter a color:

Text as the color #AACBCA


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

Background using #AACBCA


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

Border color as #AACBCA


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

Text shadow using #AACBCA


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

Box shadow as #AACBCA


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

Related Tools:

CSS Fonts


Saved Palette


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