Enter a color:

Text as the color #EEBAAA


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

Background using #EEBAAA


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

Border color as #EEBAAA


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

Text shadow using #EEBAAA


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

Box shadow as #EEBAAA


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

Related Tools:

CSS Fonts


Saved Palette


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