Enter a color:

Text as the color #AFCFBA


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

Background using #AFCFBA


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

Border color as #AFCFBA


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

Text shadow using #AFCFBA


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

Box shadow as #AFCFBA


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

Related Tools:

CSS Fonts


Saved Palette


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