Enter a color:

Text as the color #CCFDEB


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

Background using #CCFDEB


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

Border color as #CCFDEB


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

Text shadow using #CCFDEB


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

Box shadow as #CCFDEB


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

Related Tools:

CSS Fonts


Saved Palette


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