Enter a color:

Text as the color #EEBBAF


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

Background using #EEBBAF


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

Border color as #EEBBAF


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

Text shadow using #EEBBAF


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

Box shadow as #EEBBAF


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

Related Tools:

CSS Fonts


Saved Palette


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