Color Hex Logo

#e8ebdd Color Hex

#E8EBDD
(232,235,221)
0 Favorites   0 Comments

Color spaces of #e8ebdd

RGB 232235221
HSL0.200.260.89
HSV73°92°
CMYK 0.010.000.06   0.08
XYZ76.038281.792980.1866
Yxy81.79290.31950.3436
Hunter Lab90.4394-8.192710.7391
CIE-Lab92.4834-3.44076.4294

#e8ebdd color RGB value is (232,235,221).

#e8ebdd hex color red value is 232, green value is 235 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #e8ebdd hue: 0.20 , saturation: 0.26 and the lightness value of e8ebdd is 0.89.

The process color (four color CMYK) of #e8ebdd color hex is 0.01, 0.00, 0.06, 0.08. Web safe color of #e8ebdd is #ffffcc. Color #e8ebdd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 11101011 11011101
Octal 350 353 335
Decimal 232 235 221
Hex E8 EB DD

RGB Percentages of Color #e8ebdd

%33.72
%34.16
%32.12

CMYK Percentages of Color #e8ebdd

%1
%0
%6
%8

Triadic Colors of #e8ebdd

#e8ebdd #dde8eb #ebdde8

Analogous Colors of #e8ebdd

#e8ebdd #e1ebdd #ebe7dd

Monochromatic Colors of #e8ebdd

#e8ebdd

Complementary Color

#e8ebdd #e0ddeb

#e8ebdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e8ebdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e8ebdd Color CSS Codes

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

#e8ebdd Text Font Color

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

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


#e8ebdd Background Color

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

This div background color is #e8ebdd


#e8ebdd Border Color

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

This div border color is #e8ebdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e8ebdd


Comments

No comments written yet.

Please login to write comment.