Enter a color:

Text as the color #CFDCAB


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

Background using #CFDCAB


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

Border color as #CFDCAB


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

Text shadow using #CFDCAB


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

Box shadow as #CFDCAB


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

Related Tools:

CSS Fonts


Saved Palette


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