Enter a color:

Text as the color #EFDEBA


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

Background using #EFDEBA


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

Border color as #EFDEBA


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

Text shadow using #EFDEBA


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

Box shadow as #EFDEBA


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

Related Tools:

CSS Fonts


Saved Palette


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