Color Hex Logo

#e8edca Color Hex

#E8EDCA
(232,237,202)
0 Favorites   0 Comments

Color spaces of #e8edca

RGB 232237202
HSL0.190.490.86
HSV69°15°93°
CMYK 0.020.000.15   0.07
XYZ74.223681.988467.7905
Yxy81.98840.33140.3660
Hunter Lab90.5474-12.137918.9943
CIE-Lab92.5697-7.535016.4108

#e8edca color RGB value is (232,237,202).

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

The process color (four color CMYK) of #e8edca color hex is 0.02, 0.00, 0.15, 0.07. Web safe color of #e8edca is #ffffcc. Color #e8edca contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 11101101 11001010
Octal 350 355 312
Decimal 232 237 202
Hex E8 ED CA

RGB Percentages of Color #e8edca

%34.58
%35.32
%30.10

CMYK Percentages of Color #e8edca

%2
%0
%15
%7

Triadic Colors of #e8edca

#e8edca #cae8ed #edcae8

Analogous Colors of #e8edca

#e8edca #d7edca #ede1ca

Monochromatic Colors of #e8edca

#e8edca

Complementary Color

#e8edca #cfcaed

#e8edca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e8edca Color Preview on White Background

Lorem ipsum dolor sit amet.

#e8edca Color CSS Codes

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

#e8edca Text Font Color

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

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


#e8edca Background Color

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

This div background color is #e8edca


#e8edca Border Color

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

This div border color is #e8edca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e8edca


Comments

No comments written yet.

Please login to write comment.