Enter a color:

Text as the color #EEBEFB


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

Background using #EEBEFB


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

Border color as #EEBEFB


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

Text shadow using #EEBEFB


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

Box shadow as #EEBEFB


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

Related Tools:

CSS Fonts


Saved Palette


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