Enter a color:

Text as the color #AFC381


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

Background using #AFC381


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

Border color as #AFC381


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

Text shadow using #AFC381


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

Box shadow as #AFC381


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

Related Tools:

CSS Fonts


Saved Palette


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