Color Hex Logo

#e4edca Color Hex

#E4EDCA
(228,237,202)
0 Favorites   0 Comments

Color spaces of #e4edca

RGB 228237202
HSL0.210.490.86
HSV75°15°93°
CMYK 0.040.000.15   0.07
XYZ72.939881.326667.7304
Yxy81.32660.32860.3663
Hunter Lab90.1813-13.444018.5973
CIE-Lab92.2768-8.942515.9563

#e4edca color RGB value is (228,237,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 11101101 11001010
Octal 344 355 312
Decimal 228 237 202
Hex E4 ED CA

RGB Percentages of Color #e4edca

%34.18
%35.53
%30.28

CMYK Percentages of Color #e4edca

%4
%0
%15
%7

Triadic Colors of #e4edca

#e4edca #cae4ed #edcae4

Analogous Colors of #e4edca

#e4edca #d3edca #ede5ca

Monochromatic Colors of #e4edca

#e4edca

Complementary Color

#e4edca #d3caed

#e4edca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e4edca Color Preview on White Background

Lorem ipsum dolor sit amet.

#e4edca Color CSS Codes

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

#e4edca Text Font Color

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

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


#e4edca Background Color

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

This div background color is #e4edca


#e4edca Border Color

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

This div border color is #e4edca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e4edca


Comments

No comments written yet.

Please login to write comment.