Color Hex Logo

#e5edca Color Hex

#E5EDCA
(229,237,202)
0 Favorites   0 Comments

Color spaces of #e5edca

RGB 229237202
HSL0.200.490.86
HSV74°15°93°
CMYK 0.030.000.15   0.07
XYZ73.258081.490767.7453
Yxy81.49070.32930.3663
Hunter Lab90.2722-13.119418.6960
CIE-Lab92.3496-8.591516.0692

#e5edca color RGB value is (229,237,202).

#e5edca hex color red value is 229, green value is 237 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #e5edca hue: 0.20 , saturation: 0.49 and the lightness value of e5edca is 0.86.

The process color (four color CMYK) of #e5edca color hex is 0.03, 0.00, 0.15, 0.07. Web safe color of #e5edca is #ccffcc. Color #e5edca contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 11101101 11001010
Octal 345 355 312
Decimal 229 237 202
Hex E5 ED CA

RGB Percentages of Color #e5edca

%34.28
%35.48
%30.24

CMYK Percentages of Color #e5edca

%3
%0
%15
%7

Triadic Colors of #e5edca

#e5edca #cae5ed #edcae5

Analogous Colors of #e5edca

#e5edca #d4edca #ede4ca

Monochromatic Colors of #e5edca

#e5edca

Complementary Color

#e5edca #d2caed

#e5edca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5edca Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5edca Color CSS Codes

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

#e5edca Text Font Color

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

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


#e5edca Background Color

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

This div background color is #e5edca


#e5edca Border Color

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

This div border color is #e5edca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(229,237,202, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5edca

#e5edca Color Palettes


Comments

No comments written yet.

Please login to write comment.