Enter a color:

Text as the color #EFDEBF


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

Background using #EFDEBF


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

Border color as #EFDEBF


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

Text shadow using #EFDEBF


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

Box shadow as #EFDEBF


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

Related Tools:

CSS Fonts


Saved Palette


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