Color Hex Logo

#e0eaed Color Hex

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

Color spaces of #e0eaed

RGB 224234237
HSL0.540.270.90
HSV194°93°
CMYK 0.050.010.00   0.07
XYZ75.449480.807491.7415
Yxy80.80740.30420.3258
Hunter Lab89.8929-7.49312.4158
CIE-Lab92.0459-2.7562-2.6139

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

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

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

Base Numbers

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

RGB Percentages of Color #e0eaed

%32.23
%33.67
%34.10

CMYK Percentages of Color #e0eaed

%5
%1
%0
%7

Triadic Colors of #e0eaed

#e0eaed #ede0ea #eaede0

Analogous Colors of #e0eaed

#e0eaed #e0e4ed #e0edea

Monochromatic Colors of #e0eaed

#e0eaed

Complementary Color

#e0eaed #ede3e0

#e0eaed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0eaed Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0eaed Color CSS Codes

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

#e0eaed Text Font Color

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

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


#e0eaed Background Color

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

This div background color is #e0eaed


#e0eaed Border Color

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

This div border color is #e0eaed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0eaed

#e0eaed Color Palettes


Comments

No comments written yet.

Please login to write comment.