Enter a color:

Text as the color #AEB29A


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

Background using #AEB29A


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

Border color as #AEB29A


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

Text shadow using #AEB29A


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

Box shadow as #AEB29A


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

Related Tools:

CSS Fonts


Saved Palette


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