Enter a color:

Text as the color #CCEBEF


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

Background using #CCEBEF


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

Border color as #CCEBEF


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

Text shadow using #CCEBEF


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

Box shadow as #CCEBEF


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

Related Tools:

CSS Fonts


Saved Palette


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