Color Hex Logo

#e0ecef Color Hex

#E0ECEF
(224,236,239)
0 Favorites   0 Comments

Color spaces of #e0ecef

RGB 224236239
HSL0.530.320.91
HSV192°94°
CMYK 0.060.010.00   0.06
XYZ76.315982.070293.4802
Yxy82.07020.30300.3258
Hunter Lab90.5926-8.16732.2350
CIE-Lab92.6058-3.4041-2.8344

#e0ecef color RGB value is (224,236,239).

#e0ecef hex color red value is 224, green value is 236 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #e0ecef hue: 0.53 , saturation: 0.32 and the lightness value of e0ecef is 0.91.

The process color (four color CMYK) of #e0ecef color hex is 0.06, 0.01, 0.00, 0.06. Web safe color of #e0ecef is #ccffff. Color #e0ecef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 11101100 11101111
Octal 340 354 357
Decimal 224 236 239
Hex E0 EC EF

RGB Percentages of Color #e0ecef

%32.05
%33.76
%34.19

CMYK Percentages of Color #e0ecef

%6
%1
%0
%6

Triadic Colors of #e0ecef

#e0ecef #efe0ec #ecefe0

Analogous Colors of #e0ecef

#e0ecef #e0e5ef #e0efeb

Monochromatic Colors of #e0ecef

#e0ecef

Complementary Color

#e0ecef #efe3e0

#e0ecef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0ecef Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0ecef Color CSS Codes

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

#e0ecef Text Font Color

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

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


#e0ecef Background Color

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

This div background color is #e0ecef


#e0ecef Border Color

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

This div border color is #e0ecef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0ecef

#e0ecef Color Palettes


Comments

No comments written yet.

Please login to write comment.