Color Hex Logo

#e0edea Color Hex

#E0EDEA
(224,237,234)
0 Favorites   0 Comments

Color spaces of #e0edea

RGB 224237234
HSL0.460.270.90
HSV166°93°
CMYK 0.050.000.01   0.07
XYZ75.875982.356289.7391
Yxy82.35620.30600.3321
Hunter Lab90.7503-9.57014.8959
CIE-Lab92.7318-4.8421-0.0468

#e0edea color RGB value is (224,237,234).

#e0edea hex color red value is 224, green value is 237 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #e0edea hue: 0.46 , saturation: 0.27 and the lightness value of e0edea is 0.90.

The process color (four color CMYK) of #e0edea color hex is 0.05, 0.00, 0.01, 0.07. Web safe color of #e0edea is #ccffff. Color #e0edea contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 11101101 11101010
Octal 340 355 352
Decimal 224 237 234
Hex E0 ED EA

RGB Percentages of Color #e0edea

%32.23
%34.10
%33.67

CMYK Percentages of Color #e0edea

%5
%0
%1
%7

Triadic Colors of #e0edea

#e0edea #eae0ed #edeae0

Analogous Colors of #e0edea

#e0edea #e0eaed #e0ede4

Monochromatic Colors of #e0edea

#e0edea

Complementary Color

#e0edea #ede0e3

#e0edea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0edea Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0edea Color CSS Codes

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

#e0edea Text Font Color

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

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


#e0edea Background Color

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

This div background color is #e0edea


#e0edea Border Color

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

This div border color is #e0edea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0edea


Comments

No comments written yet.

Please login to write comment.