Color Hex Logo

#e1ebef Color Hex

#E1EBEF
(225,235,239)
0 Favorites   0 Comments

Color spaces of #e1ebef

RGB 225235239
HSL0.550.300.91
HSV197°94°
CMYK 0.060.020.00   0.06
XYZ76.339781.656293.3990
Yxy81.65620.30370.3248
Hunter Lab90.3638-7.33921.9732
CIE-Lab92.4229-2.5673-3.0948

#e1ebef color RGB value is (225,235,239).

#e1ebef hex color red value is 225, green value is 235 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #e1ebef hue: 0.55 , saturation: 0.30 and the lightness value of e1ebef is 0.91.

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 11101011 11101111
Octal 341 353 357
Decimal 225 235 239
Hex E1 EB EF

RGB Percentages of Color #e1ebef

%32.19
%33.62
%34.19

CMYK Percentages of Color #e1ebef

%6
%2
%0
%6

Triadic Colors of #e1ebef

#e1ebef #efe1eb #ebefe1

Analogous Colors of #e1ebef

#e1ebef #e1e4ef #e1efec

Monochromatic Colors of #e1ebef

#e1ebef

Complementary Color

#e1ebef #efe5e1

#e1ebef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1ebef Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1ebef Color CSS Codes

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

#e1ebef Text Font Color

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

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


#e1ebef Background Color

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

This div background color is #e1ebef


#e1ebef Border Color

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

This div border color is #e1ebef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1ebef


Comments

No comments written yet.

Please login to write comment.