Enter a color:

Text as the color #BAEDEC


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

Background using #BAEDEC


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

Border color as #BAEDEC


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

Text shadow using #BAEDEC


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

Box shadow as #BAEDEC


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

Related Tools:

CSS Fonts


Saved Palette


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