Enter a color:

Text as the color #ABAEDC


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

Background using #ABAEDC


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

Border color as #ABAEDC


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

Text shadow using #ABAEDC


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

Box shadow as #ABAEDC


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

Related Tools:

CSS Fonts


Saved Palette


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