Enter a color:

Text as the color #EAEFDC


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

Background using #EAEFDC


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

Border color as #EAEFDC


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

Text shadow using #EAEFDC


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

Box shadow as #EAEFDC


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

Related Tools:

CSS Fonts


Saved Palette


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