Enter a color:

Text as the color #AFEFEC


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

Background using #AFEFEC


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

Border color as #AFEFEC


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

Text shadow using #AFEFEC


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

Box shadow as #AFEFEC


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

Related Tools:

CSS Fonts


Saved Palette


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