Enter a color:

Text as the color #AEACCE


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

Background using #AEACCE


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

Border color as #AEACCE


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

Text shadow using #AEACCE


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

Box shadow as #AEACCE


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

Related Tools:

CSS Fonts


Saved Palette


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