Enter a color:

Text as the color #BDCDDE


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

Background using #BDCDDE


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

Border color as #BDCDDE


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

Text shadow using #BDCDDE


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

Box shadow as #BDCDDE


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

Related Tools:

CSS Fonts


Saved Palette


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