Enter a color:

Text as the color #EEEAED


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

Background using #EEEAED


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

Border color as #EEEAED


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

Text shadow using #EEEAED


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

Box shadow as #EEEAED


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

Related Tools:

CSS Fonts


Saved Palette


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