Enter a color:

Text as the color #EDECEC


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

Background using #EDECEC


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

Border color as #EDECEC


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

Text shadow using #EDECEC


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

Box shadow as #EDECEC


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

Related Tools:

CSS Fonts


Saved Palette


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