Enter a color:

Text as the color #EEBFBA


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

Background using #EEBFBA


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

Border color as #EEBFBA


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

Text shadow using #EEBFBA


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

Box shadow as #EEBFBA


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

Related Tools:

CSS Fonts


Saved Palette


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