Enter a color:

Text as the color #ABBEDE


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

Background using #ABBEDE


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

Border color as #ABBEDE


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

Text shadow using #ABBEDE


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

Box shadow as #ABBEDE


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

Related Tools:

CSS Fonts


Saved Palette


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