Enter a color:

Text as the color #ABBEEE


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

Background using #ABBEEE


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

Border color as #ABBEEE


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

Text shadow using #ABBEEE


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

Box shadow as #ABBEEE


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

Related Tools:

CSS Fonts


Saved Palette


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