Enter a color:

Text as the color #AFBCAE


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

Background using #AFBCAE


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

Border color as #AFBCAE


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

Text shadow using #AFBCAE


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

Box shadow as #AFBCAE


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

Related Tools:

CSS Fonts


Saved Palette


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