Enter a color:

Text as the color #AFEFAD


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

Background using #AFEFAD


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

Border color as #AFEFAD


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

Text shadow using #AFEFAD


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

Box shadow as #AFEFAD


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

Related Tools:

CSS Fonts


Saved Palette


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