Enter a color:

Text as the color #AEFBFA


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

Background using #AEFBFA


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

Border color as #AEFBFA


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

Text shadow using #AEFBFA


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

Box shadow as #AEFBFA


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

Related Tools:

CSS Fonts


Saved Palette


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