Enter a color:

Text as the color #ABABEC


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

Background using #ABABEC


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

Border color as #ABABEC


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

Text shadow using #ABABEC


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

Box shadow as #ABABEC


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

Related Tools:

CSS Fonts


Saved Palette


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