Color Hex Logo

#e1eaee Color Hex

#E1EAEE
(225,234,238)
0 Favorites   0 Comments

Color spaces of #e1eaee

RGB 225234238
HSL0.550.280.91
HSV198°93°
CMYK 0.050.020.00   0.07
XYZ75.906881.026292.5278
Yxy81.02620.30430.3248
Hunter Lab90.0146-7.00132.0648
CIE-Lab92.1433-2.2425-2.9841

#e1eaee color RGB value is (225,234,238).

#e1eaee hex color red value is 225, green value is 234 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #e1eaee hue: 0.55 , saturation: 0.28 and the lightness value of e1eaee is 0.91.

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 11101010 11101110
Octal 341 352 356
Decimal 225 234 238
Hex E1 EA EE

RGB Percentages of Color #e1eaee

%32.28
%33.57
%34.15

CMYK Percentages of Color #e1eaee

%5
%2
%0
%7

Triadic Colors of #e1eaee

#e1eaee #eee1ea #eaeee1

Analogous Colors of #e1eaee

#e1eaee #e1e4ee #e1eeec

Monochromatic Colors of #e1eaee

#e1eaee

Complementary Color

#e1eaee #eee5e1

#e1eaee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1eaee Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1eaee Color CSS Codes

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

#e1eaee Text Font Color

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

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


#e1eaee Background Color

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

This div background color is #e1eaee


#e1eaee Border Color

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

This div border color is #e1eaee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1eaee

#e1eaee Color Palettes


Comments

No comments written yet.

Please login to write comment.