Enter a color:

Text as the color #CABBBE


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

Background using #CABBBE


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

Border color as #CABBBE


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

Text shadow using #CABBBE


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

Box shadow as #CABBBE


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

Related Tools:

CSS Fonts


Saved Palette


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