Enter a color:

Text as the color #EDEAEB


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

Background using #EDEAEB


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

Border color as #EDEAEB


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

Text shadow using #EDEAEB


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

Box shadow as #EDEAEB


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

Related Tools:

CSS Fonts


Saved Palette


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