Color Hex Logo

#e0ddc2 Color Hex

#E0DDC2
(224,221,194)
0 Favorites   0 Comments

Color spaces of #e0ddc2

RGB 224221194
HSL0.150.330.82
HSV54°13°88°
CMYK 0.000.010.13   0.12
XYZ66.334571.455261.3350
Yxy71.45520.33310.3588
Hunter Lab84.5312-7.854516.1516
CIE-Lab87.7057-3.497013.6272

#e0ddc2 color RGB value is (224,221,194).

#e0ddc2 hex color red value is 224, green value is 221 and the blue value of its RGB is 194. Cylindrical-coordinate representations (also known as HSL) of color #e0ddc2 hue: 0.15 , saturation: 0.33 and the lightness value of e0ddc2 is 0.82.

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 11011101 11000010
Octal 340 335 302
Decimal 224 221 194
Hex E0 DD C2

RGB Percentages of Color #e0ddc2

%35.05
%34.59
%30.36

CMYK Percentages of Color #e0ddc2

%0
%1
%13
%12

Triadic Colors of #e0ddc2

#e0ddc2 #c2e0dd #ddc2e0

Analogous Colors of #e0ddc2

#e0ddc2 #d4e0c2 #e0cec2

Monochromatic Colors of #e0ddc2

#e0ddc2

Complementary Color

#e0ddc2 #c2c5e0

#e0ddc2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0ddc2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0ddc2 Color CSS Codes

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

#e0ddc2 Text Font Color

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

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


#e0ddc2 Background Color

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

This div background color is #e0ddc2


#e0ddc2 Border Color

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

This div border color is #e0ddc2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0ddc2


Comments

No comments written yet.

Please login to write comment.