Enter a color:

Text as the color #CFABBE


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

Background using #CFABBE


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

Border color as #CFABBE


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

Text shadow using #CFABBE


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

Box shadow as #CFABBE


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

Related Tools:

CSS Fonts


Saved Palette


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