Enter a color:

Text as the color #AFEEFA


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

Background using #AFEEFA


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

Border color as #AFEEFA


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

Text shadow using #AFEEFA


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

Box shadow as #AFEEFA


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

Related Tools:

CSS Fonts


Saved Palette


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