Enter a color:

Text as the color #CFDBAB


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

Background using #CFDBAB


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

Border color as #CFDBAB


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

Text shadow using #CFDBAB


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

Box shadow as #CFDBAB


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

Related Tools:

CSS Fonts


Saved Palette


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