Enter a color:

Text as the color #ABEDEC


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

Background using #ABEDEC


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

Border color as #ABEDEC


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

Text shadow using #ABEDEC


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

Box shadow as #ABEDEC


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

Related Tools:

CSS Fonts


Saved Palette


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