Color Hex Logo

#eedec7 Color Hex

#EEDEC7
(238,222,199)
0 Favorites   0 Comments

Color spaces of #eedec7

RGB 238222199
HSL0.100.530.86
HSV35°16°93°
CMYK 0.000.070.16   0.07
XYZ71.690074.543264.6426
Yxy74.54320.34000.3535
Hunter Lab86.3384-2.877016.0457
CIE-Lab89.17861.782313.2494

#eedec7 color RGB value is (238,222,199).

#eedec7 hex color red value is 238, green value is 222 and the blue value of its RGB is 199. Cylindrical-coordinate representations (also known as HSL) of color #eedec7 hue: 0.10 , saturation: 0.53 and the lightness value of eedec7 is 0.86.

The process color (four color CMYK) of #eedec7 color hex is 0.00, 0.07, 0.16, 0.07. Web safe color of #eedec7 is #ffcccc. Color #eedec7 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11011110 11000111
Octal 356 336 307
Decimal 238 222 199
Hex EE DE C7

RGB Percentages of Color #eedec7

%36.12
%33.69
%30.20

CMYK Percentages of Color #eedec7

%0
%7
%16
%7

Triadic Colors of #eedec7

#eedec7 #c7eede #dec7ee

Analogous Colors of #eedec7

#eedec7 #ebeec7 #eecbc7

Monochromatic Colors of #eedec7

#eedec7

Complementary Color

#eedec7 #c7d7ee

#eedec7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eedec7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eedec7 Color CSS Codes

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

#eedec7 Text Font Color

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

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


#eedec7 Background Color

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

This div background color is #eedec7


#eedec7 Border Color

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

This div border color is #eedec7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eedec7


Comments

No comments written yet.

Please login to write comment.