Enter a color:

Text as the color #CABBEB


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

Background using #CABBEB


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

Border color as #CABBEB


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

Text shadow using #CABBEB


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

Box shadow as #CABBEB


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

Related Tools:

CSS Fonts


Saved Palette


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