Enter a color:

Text as the color #ABAFEF


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

Background using #ABAFEF


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

Border color as #ABAFEF


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

Text shadow using #ABAFEF


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

Box shadow as #ABAFEF


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

Related Tools:

CSS Fonts


Saved Palette


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