Enter a color:

Text as the color #AFBACC


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

Background using #AFBACC


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

Border color as #AFBACC


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

Text shadow using #AFBACC


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

Box shadow as #AFBACC


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

Related Tools:

CSS Fonts


Saved Palette


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