Enter a color:

Text as the color #AEEFBF


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

Background using #AEEFBF


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

Border color as #AEEFBF


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

Text shadow using #AEEFBF


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

Box shadow as #AEEFBF


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

Related Tools:

CSS Fonts


Saved Palette


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