Enter a color:

Text as the color #CFDBFB


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

Background using #CFDBFB


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

Border color as #CFDBFB


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

Text shadow using #CFDBFB


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

Box shadow as #CFDBFB


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

Related Tools:

CSS Fonts


Saved Palette


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