Enter a color:

Text as the color #AFEB93


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

Background using #AFEB93


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

Border color as #AFEB93


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

Text shadow using #AFEB93


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

Box shadow as #AFEB93


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

Related Tools:

CSS Fonts


Saved Palette


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