Enter a color:

Text as the color #DEACCA


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

Background using #DEACCA


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

Border color as #DEACCA


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

Text shadow using #DEACCA


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

Box shadow as #DEACCA


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

Related Tools:

CSS Fonts


Saved Palette


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