Color Hex Logo

#e0e4a2 Color Hex

#E0E4A2
(224,228,162)
0 Favorites   0 Comments

Color spaces of #e0e4a2

RGB 224228162
HSL0.180.550.76
HSV64°29°89°
CMYK 0.020.000.29   0.11
XYZ65.005573.942745.0286
Yxy73.94270.35330.4019
Hunter Lab85.9899-15.542429.1458
CIE-Lab88.8954-11.606931.8473

#e0e4a2 color RGB value is (224,228,162).

#e0e4a2 hex color red value is 224, green value is 228 and the blue value of its RGB is 162. Cylindrical-coordinate representations (also known as HSL) of color #e0e4a2 hue: 0.18 , saturation: 0.55 and the lightness value of e0e4a2 is 0.76.

The process color (four color CMYK) of #e0e4a2 color hex is 0.02, 0.00, 0.29, 0.11. Web safe color of #e0e4a2 is #cccc99. Color #e0e4a2 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 11100100 10100010
Octal 340 344 242
Decimal 224 228 162
Hex E0 E4 A2

RGB Percentages of Color #e0e4a2

%36.48
%37.13
%26.38

CMYK Percentages of Color #e0e4a2

%2
%0
%29
%11

Triadic Colors of #e0e4a2

#e0e4a2 #a2e0e4 #e4a2e0

Analogous Colors of #e0e4a2

#e0e4a2 #bfe4a2 #e4c7a2

Monochromatic Colors of #e0e4a2

#e0e4a2

Complementary Color

#e0e4a2 #a6a2e4

#e0e4a2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0e4a2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0e4a2 Color CSS Codes

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

#e0e4a2 Text Font Color

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

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


#e0e4a2 Background Color

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

This div background color is #e0e4a2


#e0e4a2 Border Color

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

This div border color is #e0e4a2


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(224,228,162, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0e4a2


Comments

No comments written yet.

Please login to write comment.