Enter a color:

Text as the color #EEBAFA


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

Background using #EEBAFA


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

Border color as #EEBAFA


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

Text shadow using #EEBAFA


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

Box shadow as #EEBAFA


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

Related Tools:

CSS Fonts


Saved Palette


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