Enter a color:

Text as the color #AFEFEB


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

Background using #AFEFEB


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

Border color as #AFEFEB


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

Text shadow using #AFEFEB


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

Box shadow as #AFEFEB


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

Related Tools:

CSS Fonts


Saved Palette


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