Enter a color:

Text as the color #ABBFBD


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

Background using #ABBFBD


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

Border color as #ABBFBD


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

Text shadow using #ABBFBD


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

Box shadow as #ABBFBD


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

Related Tools:

CSS Fonts


Saved Palette


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