Enter a color:

Text as the color #AFCFCD


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

Background using #AFCFCD


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

Border color as #AFCFCD


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

Text shadow using #AFCFCD


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

Box shadow as #AFCFCD


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

Related Tools:

CSS Fonts


Saved Palette


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