Enter a color:

Text as the color #AFDFD1


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

Background using #AFDFD1


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

Border color as #AFDFD1


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

Text shadow using #AFDFD1


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

Box shadow as #AFDFD1


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

Related Tools:

CSS Fonts


Saved Palette


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