Enter a color:

Text as the color #AEDDBA


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

Background using #AEDDBA


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

Border color as #AEDDBA


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

Text shadow using #AEDDBA


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

Box shadow as #AEDDBA


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

Related Tools:

CSS Fonts


Saved Palette


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