Enter a color:

Text as the color #AFDCCD


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

Background using #AFDCCD


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

Border color as #AFDCCD


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

Text shadow using #AFDCCD


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

Box shadow as #AFDCCD


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

Related Tools:

CSS Fonts


Saved Palette


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