Enter a color:

Text as the color #EEAED2


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

Background using #EEAED2


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

Border color as #EEAED2


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

Text shadow using #EEAED2


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

Box shadow as #EEAED2


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

Related Tools:

CSS Fonts


Saved Palette


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