Enter a color:

Text as the color #EAEFFB


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

Background using #EAEFFB


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

Border color as #EAEFFB


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

Text shadow using #EAEFFB


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

Box shadow as #EAEFFB


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

Related Tools:

CSS Fonts


Saved Palette


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