Enter a color:

Text as the color #EFDEBD


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

Background using #EFDEBD


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

Border color as #EFDEBD


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

Text shadow using #EFDEBD


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

Box shadow as #EFDEBD


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

Related Tools:

CSS Fonts


Saved Palette


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