Color Hex Logo

#e0eaeb Color Hex

#E0EAEB
(224,234,235)
0 Favorites   0 Comments

Color spaces of #e0eaeb

RGB 224234235
HSL0.520.220.90
HSV185°92°
CMYK 0.050.000.00   0.08
XYZ75.158780.691190.2109
Yxy80.69110.30540.3279
Hunter Lab89.8282-7.84963.3372
CIE-Lab91.9941-3.1281-1.6469

#e0eaeb color RGB value is (224,234,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 11101010 11101011
Octal 340 352 353
Decimal 224 234 235
Hex E0 EA EB

RGB Percentages of Color #e0eaeb

%32.32
%33.77
%33.91

CMYK Percentages of Color #e0eaeb

%5
%0
%0
%8

Triadic Colors of #e0eaeb

#e0eaeb #ebe0ea #eaebe0

Analogous Colors of #e0eaeb

#e0eaeb #e0e5eb #e0ebe7

Monochromatic Colors of #e0eaeb

#e0eaeb

Complementary Color

#e0eaeb #ebe1e0

#e0eaeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0eaeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0eaeb Color CSS Codes

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

#e0eaeb Text Font Color

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

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


#e0eaeb Background Color

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

This div background color is #e0eaeb


#e0eaeb Border Color

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

This div border color is #e0eaeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0eaeb


Comments

No comments written yet.

Please login to write comment.