Color Hex Logo

#e1edeb Color Hex

#E1EDEB
(225,237,235)
1 Favorites   0 Comments

Color spaces of #e1edeb

RGB 225237235
HSL0.470.250.91
HSV170°93°
CMYK 0.050.000.01   0.07
XYZ76.330982.574190.5126
Yxy82.57410.30600.3311
Hunter Lab90.8703-9.08334.5526
CIE-Lab92.8277-4.3298-0.4188

#e1edeb color RGB value is (225,237,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 11101101 11101011
Octal 341 355 353
Decimal 225 237 235
Hex E1 ED EB

RGB Percentages of Color #e1edeb

%32.28
%34.00
%33.72

CMYK Percentages of Color #e1edeb

%5
%0
%1
%7

Triadic Colors of #e1edeb

#e1edeb #ebe1ed #edebe1

Analogous Colors of #e1edeb

#e1edeb #e1e9ed #e1ede5

Monochromatic Colors of #e1edeb

#e1edeb

Complementary Color

#e1edeb #ede1e3

#e1edeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1edeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1edeb Color CSS Codes

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

#e1edeb Text Font Color

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

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


#e1edeb Background Color

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

This div background color is #e1edeb


#e1edeb Border Color

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

This div border color is #e1edeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1edeb


Comments

No comments written yet.

Please login to write comment.