Color Hex Logo

#e2cda5 Color Hex

#E2CDA5
(226,205,165)
0 Favorites   0 Comments

Color spaces of #e2cda5

RGB 226205165
HSL0.110.510.77
HSV39°27°89°
CMYK 0.000.090.27   0.11
XYZ59.986962.548044.5086
Yxy62.54800.35910.3744
Hunter Lab79.0873-3.012321.9940
CIE-Lab83.20401.283422.6104

#e2cda5 color RGB value is (226,205,165).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 11001101 10100101
Octal 342 315 245
Decimal 226 205 165
Hex E2 CD A5

RGB Percentages of Color #e2cda5

%37.92
%34.40
%27.68

CMYK Percentages of Color #e2cda5

%0
%9
%27
%11

Triadic Colors of #e2cda5

#e2cda5 #a5e2cd #cda5e2

Analogous Colors of #e2cda5

#e2cda5 #d9e2a5 #e2afa5

Monochromatic Colors of #e2cda5

#e2cda5

Complementary Color

#e2cda5 #a5bae2

#e2cda5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2cda5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2cda5 Color CSS Codes

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

#e2cda5 Text Font Color

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

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


#e2cda5 Background Color

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

This div background color is #e2cda5


#e2cda5 Border Color

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

This div border color is #e2cda5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2cda5


Comments

No comments written yet.

Please login to write comment.