Color Hex Logo

#e8dcaa Color Hex

#E8DCAA
(232,220,170)
0 Favorites   0 Comments

Color spaces of #e8dcaa

RGB 232220170
HSL0.130.570.79
HSV48°27°91°
CMYK 0.000.050.27   0.09
XYZ66.127671.244548.2965
Yxy71.24450.35620.3837
Hunter Lab84.4065-7.866825.1594
CIE-Lab87.6037-3.518826.0994

#e8dcaa color RGB value is (232,220,170).

#e8dcaa hex color red value is 232, green value is 220 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #e8dcaa hue: 0.13 , saturation: 0.57 and the lightness value of e8dcaa is 0.79.

The process color (four color CMYK) of #e8dcaa color hex is 0.00, 0.05, 0.27, 0.09. Web safe color of #e8dcaa is #ffcc99. Color #e8dcaa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 11011100 10101010
Octal 350 334 252
Decimal 232 220 170
Hex E8 DC AA

RGB Percentages of Color #e8dcaa

%37.30
%35.37
%27.33

CMYK Percentages of Color #e8dcaa

%0
%5
%27
%9

Triadic Colors of #e8dcaa

#e8dcaa #aae8dc #dcaae8

Analogous Colors of #e8dcaa

#e8dcaa #d5e8aa #e8bdaa

Monochromatic Colors of #e8dcaa

#e8dcaa

Complementary Color

#e8dcaa #aab6e8

#e8dcaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e8dcaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e8dcaa Color CSS Codes

.mybgcolor {background-color:#e8dcaa; } 
.myforecolor {color:#e8dcaa; }
.mybordercolor {border:3px solid #e8dcaa; }

#e8dcaa Text Font Color

<p style="color:#e8dcaa">Text here</p>

This sample text font color is #e8dcaa
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#e8dcaa Background Color

<div style="background-color:#e8dcaa">
Div content here</div>

This div background color is #e8dcaa


#e8dcaa Border Color

<div style="border:3px solid #e8dcaa">
Div here</div>

This div border color is #e8dcaa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(232,220,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e8dcaa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e8dcaa;
  -webkit-box-shadow: 1px 1px 3px 2px #e8dcaa;
  box-shadow:         1px 1px 3px 2px #e8dcaa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(232,220,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #e8dcaa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #e8dcaa;
  -webkit-box-shadow: 1px 1px 3px 2px #e8dcaa;
  box-shadow:         1px 1px 3px 2px #e8dcaa;">
Div content here</div>

This div box has shadow with color #e8dcaa


Comments

No comments written yet.

Please login to write comment.