Enter a color:

Text as the color #AFDFCD


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

Background using #AFDFCD


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

Border color as #AFDFCD


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

Text shadow using #AFDFCD


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

Box shadow as #AFDFCD


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

Related Tools:

CSS Fonts


Saved Palette


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