Enter a color:

Text as the color #AFACAE


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

Background using #AFACAE


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

Border color as #AFACAE


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

Text shadow using #AFACAE


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

Box shadow as #AFACAE


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

Related Tools:

CSS Fonts


Saved Palette


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