Enter a color:

Text as the color #ABCEBF


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

Background using #ABCEBF


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

Border color as #ABCEBF


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

Text shadow using #ABCEBF


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

Box shadow as #ABCEBF


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

Related Tools:

CSS Fonts


Saved Palette


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