Enter a color:

Text as the color #AFDCAE


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

Background using #AFDCAE


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

Border color as #AFDCAE


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

Text shadow using #AFDCAE


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

Box shadow as #AFDCAE


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

Related Tools:

CSS Fonts


Saved Palette


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