Enter a color:

Text as the color #AFEDFC


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

Background using #AFEDFC


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

Border color as #AFEDFC


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

Text shadow using #AFEDFC


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

Box shadow as #AFEDFC


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

Related Tools:

CSS Fonts


Saved Palette


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