Enter a color:

Text as the color #AFCFCA


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

Background using #AFCFCA


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

Border color as #AFCFCA


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

Text shadow using #AFCFCA


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

Box shadow as #AFCFCA


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

Related Tools:

CSS Fonts


Saved Palette


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