Color Hex Logo

#e9eaee Color Hex

#E9EAEE
(233,234,238)
1 Favorites   0 Comments

Color spaces of #e9eaee

RGB 233234238
HSL0.630.130.92
HSV228°93°
CMYK 0.020.020.00   0.07
XYZ78.459782.342392.6473
Yxy82.34230.30960.3249
Hunter Lab90.7427-4.46152.9854
CIE-Lab92.72570.3905-2.0615

#e9eaee color RGB value is (233,234,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 11101010 11101110
Octal 351 352 356
Decimal 233 234 238
Hex E9 EA EE

RGB Percentages of Color #e9eaee

%33.05
%33.19
%33.76

CMYK Percentages of Color #e9eaee

%2
%2
%0
%7

Triadic Colors of #e9eaee

#e9eaee #eee9ea #eaeee9

Analogous Colors of #e9eaee

#e9eaee #ebe9ee #e9edee

Monochromatic Colors of #e9eaee

#e9eaee

Complementary Color

#e9eaee #eeede9

#e9eaee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e9eaee Color Preview on White Background

Lorem ipsum dolor sit amet.

#e9eaee Color CSS Codes

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

#e9eaee Text Font Color

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

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


#e9eaee Background Color

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

This div background color is #e9eaee


#e9eaee Border Color

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

This div border color is #e9eaee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e9eaee


Comments

No comments written yet.

Please login to write comment.