Enter a color:

Text as the color #AFEBEC


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

Background using #AFEBEC


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

Border color as #AFEBEC


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

Text shadow using #AFEBEC


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

Box shadow as #AFEBEC


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

Related Tools:

CSS Fonts


Saved Palette


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