Enter a color:

Text as the color #EDCDDE


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

Background using #EDCDDE


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

Border color as #EDCDDE


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

Text shadow using #EDCDDE


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

Box shadow as #EDCDDE


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

Related Tools:

CSS Fonts


Saved Palette


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