Color Hex Logo

#eedcd7 Color Hex

#EEDCD7
(238,220,215)
0 Favorites   0 Comments

Color spaces of #eedcd7

RGB 238220215
HSL0.040.400.89
HSV13°10°93°
CMYK 0.000.080.10   0.07
XYZ73.118874.269874.7717
Yxy74.26980.32910.3343
Hunter Lab86.17990.63238.8846
CIE-Lab89.04985.34114.6701

#eedcd7 color RGB value is (238,220,215).

#eedcd7 hex color red value is 238, green value is 220 and the blue value of its RGB is 215. Cylindrical-coordinate representations (also known as HSL) of color #eedcd7 hue: 0.04 , saturation: 0.40 and the lightness value of eedcd7 is 0.89.

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11011100 11010111
Octal 356 334 327
Decimal 238 220 215
Hex EE DC D7

RGB Percentages of Color #eedcd7

%35.36
%32.69
%31.95

CMYK Percentages of Color #eedcd7

%0
%8
%10
%7

Triadic Colors of #eedcd7

#eedcd7 #d7eedc #dcd7ee

Analogous Colors of #eedcd7

#eedcd7 #eee8d7 #eed7de

Monochromatic Colors of #eedcd7

#eedcd7

Complementary Color

#eedcd7 #d7e9ee

#eedcd7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eedcd7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eedcd7 Color CSS Codes

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

#eedcd7 Text Font Color

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

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


#eedcd7 Background Color

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

This div background color is #eedcd7


#eedcd7 Border Color

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

This div border color is #eedcd7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eedcd7


Comments

No comments written yet.

Please login to write comment.