Enter a color:

Text as the color #EEBAEE


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

Background using #EEBAEE


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

Border color as #EEBAEE


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

Text shadow using #EEBAEE


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

Box shadow as #EEBAEE


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

Related Tools:

CSS Fonts


Saved Palette


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