Enter a color:

Text as the color #BAEBDF


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

Background using #BAEBDF


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

Border color as #BAEBDF


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

Text shadow using #BAEBDF


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

Box shadow as #BAEBDF


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

Related Tools:

CSS Fonts


Saved Palette


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