Color Hex Logo

#e2c09d Color Hex

#E2C09D
(226,192,157)
0 Favorites   0 Comments

Color spaces of #e2c09d

RGB 226192157
HSL0.080.540.75
HSV30°31°89°
CMYK 0.000.150.31   0.11
XYZ56.299556.302339.7984
Yxy56.30230.36940.3694
Hunter Lab75.03492.619621.0771
CIE-Lab79.78567.043622.1489

#e2c09d color RGB value is (226,192,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 11000000 10011101
Octal 342 300 235
Decimal 226 192 157
Hex E2 C0 9D

RGB Percentages of Color #e2c09d

%39.30
%33.39
%27.30

CMYK Percentages of Color #e2c09d

%0
%15
%31
%11

Triadic Colors of #e2c09d

#e2c09d #9de2c0 #c09de2

Analogous Colors of #e2c09d

#e2c09d #e2e29d #e29e9d

Monochromatic Colors of #e2c09d

#e2c09d

Complementary Color

#e2c09d #9dbfe2

#e2c09d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2c09d Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2c09d Color CSS Codes

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

#e2c09d Text Font Color

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

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


#e2c09d Background Color

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

This div background color is #e2c09d


#e2c09d Border Color

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

This div border color is #e2c09d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2c09d


Comments

No comments written yet.

Please login to write comment.