Enter a color:

Text as the color #AEFBFB


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

Background using #AEFBFB


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

Border color as #AEFBFB


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

Text shadow using #AEFBFB


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

Box shadow as #AEFBFB


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

Related Tools:

CSS Fonts


Saved Palette


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