Color Hex Logo

#e2c9ae Color Hex

#E2C9AE
(226,201,174)
0 Favorites   0 Comments

Color spaces of #e2c9ae

RGB 226201174
HSL0.090.470.78
HSV31°23°89°
CMYK 0.000.110.23   0.11
XYZ59.890760.998048.6616
Yxy60.99800.35320.3598
Hunter Lab78.10120.202817.7297
CIE-Lab82.37774.615716.7057

#e2c9ae color RGB value is (226,201,174).

#e2c9ae hex color red value is 226, green value is 201 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #e2c9ae hue: 0.09 , saturation: 0.47 and the lightness value of e2c9ae is 0.78.

The process color (four color CMYK) of #e2c9ae color hex is 0.00, 0.11, 0.23, 0.11. Web safe color of #e2c9ae is #cccc99. Color #e2c9ae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 11001001 10101110
Octal 342 311 256
Decimal 226 201 174
Hex E2 C9 AE

RGB Percentages of Color #e2c9ae

%37.60
%33.44
%28.95

CMYK Percentages of Color #e2c9ae

%0
%11
%23
%11

Triadic Colors of #e2c9ae

#e2c9ae #aee2c9 #c9aee2

Analogous Colors of #e2c9ae

#e2c9ae #e1e2ae #e2afae

Monochromatic Colors of #e2c9ae

#e2c9ae

Complementary Color

#e2c9ae #aec7e2

#e2c9ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2c9ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2c9ae Color CSS Codes

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

#e2c9ae Text Font Color

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

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


#e2c9ae Background Color

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

This div background color is #e2c9ae


#e2c9ae Border Color

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

This div border color is #e2c9ae


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(226,201,174, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e2c9ae; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e2c9ae;
  -webkit-box-shadow: 1px 1px 3px 2px #e2c9ae;
  box-shadow:         1px 1px 3px 2px #e2c9ae; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(226,201,174, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2c9ae


Comments

No comments written yet.

Please login to write comment.