Enter a color:

Text as the color #ABADCA


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

Background using #ABADCA


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

Border color as #ABADCA


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

Text shadow using #ABADCA


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

Box shadow as #ABADCA


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

Related Tools:

CSS Fonts


Saved Palette


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