Enter a color:

Text as the color #EEFAED


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

Background using #EEFAED


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

Border color as #EEFAED


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

Text shadow using #EEFAED


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

Box shadow as #EEFAED


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

Related Tools:

CSS Fonts


Saved Palette


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