Enter a color:

Text as the color #EDECCA


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

Background using #EDECCA


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

Border color as #EDECCA


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

Text shadow using #EDECCA


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

Box shadow as #EDECCA


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

Related Tools:

CSS Fonts


Saved Palette


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