Enter a color:

Text as the color #DEACAD


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

Background using #DEACAD


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

Border color as #DEACAD


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

Text shadow using #DEACAD


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

Box shadow as #DEACAD


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

Related Tools:

CSS Fonts


Saved Palette


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