Color Hex Logo

#e0cdaa Color Hex

#E0CDAA
(224,205,170)
0 Favorites   0 Comments

Color spaces of #e0cdaa

RGB 224205170
HSL0.110.470.77
HSV39°24°88°
CMYK 0.000.080.24   0.12
XYZ59.827562.412246.9237
Yxy62.41220.35370.3689
Hunter Lab79.0014-3.075020.0851
CIE-Lab83.13211.212919.8489

#e0cdaa color RGB value is (224,205,170).

#e0cdaa hex color red value is 224, green value is 205 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #e0cdaa hue: 0.11 , saturation: 0.47 and the lightness value of e0cdaa is 0.77.

The process color (four color CMYK) of #e0cdaa color hex is 0.00, 0.08, 0.24, 0.12. Web safe color of #e0cdaa is #cccc99. Color #e0cdaa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 11001101 10101010
Octal 340 315 252
Decimal 224 205 170
Hex E0 CD AA

RGB Percentages of Color #e0cdaa

%37.40
%34.22
%28.38

CMYK Percentages of Color #e0cdaa

%0
%8
%24
%12

Triadic Colors of #e0cdaa

#e0cdaa #aae0cd #cdaae0

Analogous Colors of #e0cdaa

#e0cdaa #d8e0aa #e0b2aa

Monochromatic Colors of #e0cdaa

#e0cdaa

Complementary Color

#e0cdaa #aabde0

#e0cdaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0cdaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0cdaa Color CSS Codes

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

#e0cdaa Text Font Color

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

This sample text font color is #e0cdaa
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.


#e0cdaa Background Color

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

This div background color is #e0cdaa


#e0cdaa Border Color

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

This div border color is #e0cdaa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(224,205,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 #e0cdaa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0cdaa


Comments

No comments written yet.

Please login to write comment.