Enter a color:

Text as the color #ABBFCD


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

Background using #ABBFCD


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

Border color as #ABBFCD


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

Text shadow using #ABBFCD


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

Box shadow as #ABBFCD


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

Related Tools:

CSS Fonts


Saved Palette


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