Enter a color:

Text as the color #ABA9AC


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

Background using #ABA9AC


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

Border color as #ABA9AC


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

Text shadow using #ABA9AC


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

Box shadow as #ABA9AC


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

Related Tools:

CSS Fonts


Saved Palette


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