Enter a color:

Text as the color #ECFBEF


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

Background using #ECFBEF


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

Border color as #ECFBEF


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

Text shadow using #ECFBEF


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

Box shadow as #ECFBEF


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

Related Tools:

CSS Fonts


Saved Palette


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