Enter a color:

Text as the color #EDFACC


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

Background using #EDFACC


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

Border color as #EDFACC


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

Text shadow using #EDFACC


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

Box shadow as #EDFACC


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

Related Tools:

CSS Fonts


Saved Palette


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