Enter a color:

Text as the color #EAFEFB


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

Background using #EAFEFB


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

Border color as #EAFEFB


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

Text shadow using #EAFEFB


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

Box shadow as #EAFEFB


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

Related Tools:

CSS Fonts


Saved Palette


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