Enter a color:

Text as the color #AFDFAA


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

Background using #AFDFAA


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

Border color as #AFDFAA


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

Text shadow using #AFDFAA


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

Box shadow as #AFDFAA


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

Related Tools:

CSS Fonts


Saved Palette


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