Enter a color:

Text as the color #AECBEC


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

Background using #AECBEC


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

Border color as #AECBEC


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

Text shadow using #AECBEC


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

Box shadow as #AECBEC


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

Related Tools:

CSS Fonts


Saved Palette


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