Enter a color:

Text as the color #EFDFFB


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

Background using #EFDFFB


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

Border color as #EFDFFB


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

Text shadow using #EFDFFB


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

Box shadow as #EFDFFB


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

Related Tools:

CSS Fonts


Saved Palette


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