Enter a color:

Text as the color #ABAFAA


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

Background using #ABAFAA


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

Border color as #ABAFAA


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

Text shadow using #ABAFAA


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

Box shadow as #ABAFAA


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

Related Tools:

CSS Fonts


Saved Palette


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