Color Hex Logo

#e2ebec Color Hex

#E2EBEC
(226,235,236)
0 Favorites   0 Comments

Color spaces of #e2ebec

RGB 226235236
HSL0.520.210.91
HSV186°93°
CMYK 0.040.000.00   0.07
XYZ76.212781.641591.0984
Yxy81.64150.30610.3279
Hunter Lab90.3557-7.56233.4716
CIE-Lab92.4164-2.7972-1.5327

#e2ebec color RGB value is (226,235,236).

#e2ebec hex color red value is 226, green value is 235 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #e2ebec hue: 0.52 , saturation: 0.21 and the lightness value of e2ebec is 0.91.

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 11101011 11101100
Octal 342 353 354
Decimal 226 235 236
Hex E2 EB EC

RGB Percentages of Color #e2ebec

%32.42
%33.72
%33.86

CMYK Percentages of Color #e2ebec

%4
%0
%0
%7

Triadic Colors of #e2ebec

#e2ebec #ece2eb #ebece2

Analogous Colors of #e2ebec

#e2ebec #e2e6ec #e2ece8

Monochromatic Colors of #e2ebec

#e2ebec

Complementary Color

#e2ebec #ece3e2

#e2ebec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2ebec Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2ebec Color CSS Codes

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

#e2ebec Text Font Color

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

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


#e2ebec Background Color

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

This div background color is #e2ebec


#e2ebec Border Color

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

This div border color is #e2ebec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2ebec


Comments

No comments written yet.

Please login to write comment.