Enter a color:

Text as the color #EBBEAC


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

Background using #EBBEAC


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

Border color as #EBBEAC


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

Text shadow using #EBBEAC


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

Box shadow as #EBBEAC


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

Related Tools:

CSS Fonts


Saved Palette


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