Enter a color:

Text as the color #DAEBAF


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

Background using #DAEBAF


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

Border color as #DAEBAF


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

Text shadow using #DAEBAF


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

Box shadow as #DAEBAF


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

Related Tools:

CSS Fonts


Saved Palette


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