Color Hex Logo

#e1ebeb Color Hex

#E1EBEB
(225,235,235)
0 Favorites   0 Comments

Color spaces of #e1ebeb

RGB 225235235
HSL0.500.200.90
HSV180°92°
CMYK 0.040.000.00   0.08
XYZ75.755181.422490.3206
Yxy81.42240.30610.3290
Hunter Lab90.2344-8.05273.8174
CIE-Lab92.3193-3.3103-1.1622

#e1ebeb color RGB value is (225,235,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 11101011 11101011
Octal 341 353 353
Decimal 225 235 235
Hex E1 EB EB

RGB Percentages of Color #e1ebeb

%32.37
%33.81
%33.81

CMYK Percentages of Color #e1ebeb

%4
%0
%0
%8

Triadic Colors of #e1ebeb

#e1ebeb #ebe1eb #ebebe1

Analogous Colors of #e1ebeb

#e1ebeb #e1e6eb #e1ebe6

Monochromatic Colors of #e1ebeb

#e1ebeb

Complementary Color

#e1ebeb #ebe1e1

#e1ebeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1ebeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1ebeb Color CSS Codes

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

#e1ebeb Text Font Color

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

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


#e1ebeb Background Color

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

This div background color is #e1ebeb


#e1ebeb Border Color

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

This div border color is #e1ebeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1ebeb


Comments

No comments written yet.

Please login to write comment.