Enter a color:

Text as the color #CFDBAF


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

Background using #CFDBAF


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

Border color as #CFDBAF


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

Text shadow using #CFDBAF


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

Box shadow as #CFDBAF


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

Related Tools:

CSS Fonts


Saved Palette


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