Color Hex Logo

#e0eea5 Color Hex

#E0EEA5
(224,238,165)
0 Favorites   0 Comments

Color spaces of #e0eea5

RGB 224238165
HSL0.200.680.79
HSV72°31°93°
CMYK 0.060.000.31   0.07
XYZ68.106579.713047.3939
Yxy79.71300.34890.4083
Hunter Lab89.2821-20.079831.0244
CIE-Lab91.5559-16.178433.8698

#e0eea5 color RGB value is (224,238,165).

#e0eea5 hex color red value is 224, green value is 238 and the blue value of its RGB is 165. Cylindrical-coordinate representations (also known as HSL) of color #e0eea5 hue: 0.20 , saturation: 0.68 and the lightness value of e0eea5 is 0.79.

The process color (four color CMYK) of #e0eea5 color hex is 0.06, 0.00, 0.31, 0.07. Web safe color of #e0eea5 is #ccff99. Color #e0eea5 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 11101110 10100101
Octal 340 356 245
Decimal 224 238 165
Hex E0 EE A5

RGB Percentages of Color #e0eea5

%35.73
%37.96
%26.32

CMYK Percentages of Color #e0eea5

%6
%0
%31
%7

Triadic Colors of #e0eea5

#e0eea5 #a5e0ee #eea5e0

Analogous Colors of #e0eea5

#e0eea5 #bceea5 #eed8a5

Monochromatic Colors of #e0eea5

#e0eea5

Complementary Color

#e0eea5 #b3a5ee

#e0eea5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0eea5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0eea5 Color CSS Codes

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

#e0eea5 Text Font Color

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

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


#e0eea5 Background Color

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

This div background color is #e0eea5


#e0eea5 Border Color

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

This div border color is #e0eea5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0eea5


Comments

No comments written yet.

Please login to write comment.