Enter a color:

Text as the color #ABEFBB


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

Background using #ABEFBB


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

Border color as #ABEFBB


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

Text shadow using #ABEFBB


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

Box shadow as #ABEFBB


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

Related Tools:

CSS Fonts


Saved Palette


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