Enter a color:

Text as the color #AFEFEE


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

Background using #AFEFEE


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

Border color as #AFEFEE


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

Text shadow using #AFEFEE


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

Box shadow as #AFEFEE


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

Related Tools:

CSS Fonts


Saved Palette


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