Enter a color:

Text as the color #ACCFEB


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

Background using #ACCFEB


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

Border color as #ACCFEB


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

Text shadow using #ACCFEB


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

Box shadow as #ACCFEB


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

Related Tools:

CSS Fonts


Saved Palette


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