Enter a color:

Text as the color #ABABAE


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

Background using #ABABAE


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

Border color as #ABABAE


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

Text shadow using #ABABAE


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

Box shadow as #ABABAE


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

Related Tools:

CSS Fonts


Saved Palette


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