Enter a color:

Text as the color #ABAAAE


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

Background using #ABAAAE


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

Border color as #ABAAAE


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

Text shadow using #ABAAAE


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

Box shadow as #ABAAAE


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

Related Tools:

CSS Fonts


Saved Palette


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