Enter a color:

Text as the color #AABABF


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

Background using #AABABF


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

Border color as #AABABF


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

Text shadow using #AABABF


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

Box shadow as #AABABF


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

Related Tools:

CSS Fonts


Saved Palette


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