Enter a color:

Text as the color #EDCDBB


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

Background using #EDCDBB


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

Border color as #EDCDBB


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

Text shadow using #EDCDBB


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

Box shadow as #EDCDBB


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

Related Tools:

CSS Fonts


Saved Palette


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