Enter a color:

Text as the color #EBCDCD


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

Background using #EBCDCD


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

Border color as #EBCDCD


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

Text shadow using #EBCDCD


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

Box shadow as #EBCDCD


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

Related Tools:

CSS Fonts


Saved Palette


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