Color Hex Logo

#e5cea5 Color Hex

#E5CEA5
(229,206,165)
0 Favorites   0 Comments

Color spaces of #e5cea5

RGB 229206165
HSL0.110.550.77
HSV38°28°90°
CMYK 0.000.100.28   0.10
XYZ61.175963.517244.6330
Yxy63.51720.36130.3751
Hunter Lab79.6977-2.454422.5843
CIE-Lab83.71381.901223.3511

#e5cea5 color RGB value is (229,206,165).

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

The process color (four color CMYK) of #e5cea5 color hex is 0.00, 0.10, 0.28, 0.10. Web safe color of #e5cea5 is #cccc99. Color #e5cea5 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 11001110 10100101
Octal 345 316 245
Decimal 229 206 165
Hex E5 CE A5

RGB Percentages of Color #e5cea5

%38.17
%34.33
%27.50

CMYK Percentages of Color #e5cea5

%0
%10
%28
%10

Triadic Colors of #e5cea5

#e5cea5 #a5e5ce #cea5e5

Analogous Colors of #e5cea5

#e5cea5 #dce5a5 #e5aea5

Monochromatic Colors of #e5cea5

#e5cea5

Complementary Color

#e5cea5 #a5bce5

#e5cea5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5cea5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5cea5 Color CSS Codes

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

#e5cea5 Text Font Color

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

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


#e5cea5 Background Color

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

This div background color is #e5cea5


#e5cea5 Border Color

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

This div border color is #e5cea5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5cea5


Comments

No comments written yet.

Please login to write comment.