Color Hex Logo

#e6eaee Color Hex

#E6EAEE
(230,234,238)
0 Favorites   0 Comments

Color spaces of #e6eaee

RGB 230234238
HSL0.580.190.92
HSV210°93°
CMYK 0.030.020.00   0.07
XYZ77.488681.841792.6019
Yxy81.84170.30760.3249
Hunter Lab90.4664-5.42282.6369
CIE-Lab92.5049-0.6010-2.4112

#e6eaee color RGB value is (230,234,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 11101010 11101110
Octal 346 352 356
Decimal 230 234 238
Hex E6 EA EE

RGB Percentages of Color #e6eaee

%32.76
%33.33
%33.90

CMYK Percentages of Color #e6eaee

%3
%2
%0
%7

Triadic Colors of #e6eaee

#e6eaee #eee6ea #eaeee6

Analogous Colors of #e6eaee

#e6eaee #e6e6ee #e6eeee

Monochromatic Colors of #e6eaee

#e6eaee

Complementary Color

#e6eaee #eeeae6

#e6eaee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e6eaee Color Preview on White Background

Lorem ipsum dolor sit amet.

#e6eaee Color CSS Codes

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

#e6eaee Text Font Color

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

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


#e6eaee Background Color

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

This div background color is #e6eaee


#e6eaee Border Color

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

This div border color is #e6eaee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e6eaee


Comments

No comments written yet.

Please login to write comment.