Color Hex Logo

#e0ebea Color Hex

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

Color spaces of #e0ebea

RGB 224235234
HSL0.480.220.90
HSV175°92°
CMYK 0.050.000.00   0.08
XYZ75.300181.204589.5472
Yxy81.20450.30600.3300
Hunter Lab90.1135-8.54174.1621
CIE-Lab92.2226-3.8234-0.7910

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

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

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

Base Numbers

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

RGB Percentages of Color #e0ebea

%32.32
%33.91
%33.77

CMYK Percentages of Color #e0ebea

%5
%0
%0
%8

Triadic Colors of #e0ebea

#e0ebea #eae0eb #ebeae0

Analogous Colors of #e0ebea

#e0ebea #e0e7eb #e0ebe5

Monochromatic Colors of #e0ebea

#e0ebea

Complementary Color

#e0ebea #ebe0e1

#e0ebea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0ebea Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0ebea Color CSS Codes

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

#e0ebea Text Font Color

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

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


#e0ebea Background Color

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

This div background color is #e0ebea


#e0ebea Border Color

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

This div border color is #e0ebea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0ebea

#e0ebea Color Palettes


Comments

No comments written yet.

Please login to write comment.