Enter a color:

Text as the color #EEBBAB


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

Background using #EEBBAB


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

Border color as #EEBBAB


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

Text shadow using #EEBBAB


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

Box shadow as #EEBBAB


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

Related Tools:

CSS Fonts


Saved Palette


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