Color Hex Logo

#e8dedd Color Hex

#E8DEDD
(232,222,221)
0 Favorites   0 Comments

Color spaces of #e8dedd

RGB 232222221
HSL0.020.190.89
HSV91°
CMYK 0.000.040.05   0.09
XYZ72.451174.618878.9909
Yxy74.61880.32050.3301
Hunter Lab86.3822-1.45606.2507
CIE-Lab89.21413.23411.6950

#e8dedd color RGB value is (232,222,221).

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

The process color (four color CMYK) of #e8dedd color hex is 0.00, 0.04, 0.05, 0.09. Web safe color of #e8dedd is #ffcccc. Color #e8dedd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 11011110 11011101
Octal 350 336 335
Decimal 232 222 221
Hex E8 DE DD

RGB Percentages of Color #e8dedd

%34.37
%32.89
%32.74

CMYK Percentages of Color #e8dedd

%0
%4
%5
%9

Triadic Colors of #e8dedd

#e8dedd #dde8de #dedde8

Analogous Colors of #e8dedd

#e8dedd #e8e4dd #e8dde2

Monochromatic Colors of #e8dedd

#e8dedd

Complementary Color

#e8dedd #dde7e8

#e8dedd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e8dedd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e8dedd Color CSS Codes

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

#e8dedd Text Font Color

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

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


#e8dedd Background Color

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

This div background color is #e8dedd


#e8dedd Border Color

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

This div border color is #e8dedd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e8dedd


Comments

No comments written yet.

Please login to write comment.