Enter a color:

Text as the color #AFEEFB


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

Background using #AFEEFB


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

Border color as #AFEEFB


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

Text shadow using #AFEEFB


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

Box shadow as #AFEEFB


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

Related Tools:

CSS Fonts


Saved Palette


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