Enter a color:

Text as the color #EEEBAA


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

Background using #EEEBAA


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

Border color as #EEEBAA


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

Text shadow using #EEEBAA


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

Box shadow as #EEEBAA


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

Related Tools:

CSS Fonts


Saved Palette


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