Enter a color:

Text as the color #AFDCAC


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

Background using #AFDCAC


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

Border color as #AFDCAC


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

Text shadow using #AFDCAC


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

Box shadow as #AFDCAC


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

Related Tools:

CSS Fonts


Saved Palette


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