Enter a color:

Text as the color #CFACCA


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

Background using #CFACCA


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

Border color as #CFACCA


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

Text shadow using #CFACCA


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

Box shadow as #CFACCA


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

Related Tools:

CSS Fonts


Saved Palette


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