Color Hex Logo

#e9eaed Color Hex

#E9EAED
(233,234,237)
0 Favorites   0 Comments

Color spaces of #e9eaed

RGB 233234237
HSL0.630.100.92
HSV225°93°
CMYK 0.020.010.00   0.07
XYZ78.313282.283791.8756
Yxy82.28370.31020.3259
Hunter Lab90.7104-4.63833.4456
CIE-Lab92.69990.2096-1.5783

#e9eaed color RGB value is (233,234,237).

#e9eaed hex color red value is 233, green value is 234 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #e9eaed hue: 0.63 , saturation: 0.10 and the lightness value of e9eaed is 0.92.

The process color (four color CMYK) of #e9eaed color hex is 0.02, 0.01, 0.00, 0.07. Web safe color of #e9eaed is #ffffff. Color #e9eaed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 11101010 11101101
Octal 351 352 355
Decimal 233 234 237
Hex E9 EA ED

RGB Percentages of Color #e9eaed

%33.10
%33.24
%33.66

CMYK Percentages of Color #e9eaed

%2
%1
%0
%7

Triadic Colors of #e9eaed

#e9eaed #ede9ea #eaede9

Analogous Colors of #e9eaed

#e9eaed #eae9ed #e9eced

Monochromatic Colors of #e9eaed

#e9eaed

Complementary Color

#e9eaed #edece9

#e9eaed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e9eaed Color Preview on White Background

Lorem ipsum dolor sit amet.

#e9eaed Color CSS Codes

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

#e9eaed Text Font Color

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

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


#e9eaed Background Color

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

This div background color is #e9eaed


#e9eaed Border Color

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

This div border color is #e9eaed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e9eaed


Comments

No comments written yet.

Please login to write comment.