Enter a color:

Text as the color #BACDDE


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

Background using #BACDDE


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

Border color as #BACDDE


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

Text shadow using #BACDDE


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

Box shadow as #BACDDE


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

Related Tools:

CSS Fonts


Saved Palette


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