Color Hex Logo

#e1ebec Color Hex

#E1EBEC
(225,235,236)
0 Favorites   0 Comments

Color spaces of #e1ebec

RGB 225235236
HSL0.520.220.90
HSV185°93°
CMYK 0.050.000.00   0.07
XYZ75.900081.480391.0838
Yxy81.48030.30550.3279
Hunter Lab90.2664-7.87563.3596
CIE-Lab92.3450-3.1256-1.6458

#e1ebec color RGB value is (225,235,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 11101011 11101100
Octal 341 353 354
Decimal 225 235 236
Hex E1 EB EC

RGB Percentages of Color #e1ebec

%32.33
%33.76
%33.91

CMYK Percentages of Color #e1ebec

%5
%0
%0
%7

Triadic Colors of #e1ebec

#e1ebec #ece1eb #ebece1

Analogous Colors of #e1ebec

#e1ebec #e1e6ec #e1ece8

Monochromatic Colors of #e1ebec

#e1ebec

Complementary Color

#e1ebec #ece2e1

#e1ebec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1ebec Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1ebec Color CSS Codes

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

#e1ebec Text Font Color

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

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


#e1ebec Background Color

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

This div background color is #e1ebec


#e1ebec Border Color

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

This div border color is #e1ebec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1ebec


Comments

No comments written yet.

Please login to write comment.