Color Hex Logo

#e2c09e Color Hex

#E2C09E
(226,192,158)
0 Favorites   0 Comments

Color spaces of #e2c09e

RGB 226192158
HSL0.080.540.75
HSV30°30°89°
CMYK 0.000.150.30   0.11
XYZ56.385256.336640.2500
Yxy56.33660.36860.3683
Hunter Lab75.05772.742620.7459
CIE-Lab79.80507.172821.6436

#e2c09e color RGB value is (226,192,158).

#e2c09e hex color red value is 226, green value is 192 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #e2c09e hue: 0.08 , saturation: 0.54 and the lightness value of e2c09e is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 11000000 10011110
Octal 342 300 236
Decimal 226 192 158
Hex E2 C0 9E

RGB Percentages of Color #e2c09e

%39.24
%33.33
%27.43

CMYK Percentages of Color #e2c09e

%0
%15
%30
%11

Triadic Colors of #e2c09e

#e2c09e #9ee2c0 #c09ee2

Analogous Colors of #e2c09e

#e2c09e #e2e29e #e29e9e

Monochromatic Colors of #e2c09e

#e2c09e

Complementary Color

#e2c09e #9ec0e2

#e2c09e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2c09e Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2c09e Color CSS Codes

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

#e2c09e Text Font Color

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

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


#e2c09e Background Color

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

This div background color is #e2c09e


#e2c09e Border Color

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

This div border color is #e2c09e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2c09e


Comments

No comments written yet.

Please login to write comment.