Enter a color:

Text as the color #ABBCCD


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

Background using #ABBCCD


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

Border color as #ABBCCD


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

Text shadow using #ABBCCD


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

Box shadow as #ABBCCD


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

Related Tools:

CSS Fonts


Saved Palette


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