Color Hex Logo

#e0dede Color Hex

#E0DEDE
(224,222,222)
1 Favorites   0 Comments

Color spaces of #e0dede

RGB 224222222
HSL0.000.030.87
HSV88°
CMYK 0.000.010.01   0.12
XYZ70.046673.363879.5760
Yxy73.36380.31410.3290
Hunter Lab85.6527-3.91524.8732
CIE-Lab88.62090.68130.2296

#e0dede color RGB value is (224,222,222).

#e0dede hex color red value is 224, green value is 222 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #e0dede hue: 0.00 , saturation: 0.03 and the lightness value of e0dede is 0.87.

The process color (four color CMYK) of #e0dede color hex is 0.00, 0.01, 0.01, 0.12. Web safe color of #e0dede is #cccccc. Color #e0dede contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 11011110 11011110
Octal 340 336 336
Decimal 224 222 222
Hex E0 DE DE

RGB Percentages of Color #e0dede

%33.53
%33.23
%33.23

CMYK Percentages of Color #e0dede

%0
%1
%1
%12

Triadic Colors of #e0dede

#e0dede #dee0de #dedee0

Analogous Colors of #e0dede

#e0dede #e0dfde #e0dedf

Monochromatic Colors of #e0dede

#e0dede

Complementary Color

#e0dede #dee0e0

#e0dede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0dede Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0dede Color CSS Codes

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

#e0dede Text Font Color

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

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


#e0dede Background Color

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

This div background color is #e0dede


#e0dede Border Color

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

This div border color is #e0dede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0dede

#e0dede Color Palettes


Comments

No comments written yet.

Please login to write comment.