Color Hex Logo

#eed8d7 Color Hex

#EED8D7
(238,216,215)
0 Favorites   0 Comments

Color spaces of #eed8d7

RGB 238216215
HSL0.010.400.89
HSV10°93°
CMYK 0.000.090.10   0.07
XYZ72.081572.195274.4259
Yxy72.19520.32960.3301
Hunter Lab84.96782.73507.5435
CIE-Lab88.06257.42023.2402

#eed8d7 color RGB value is (238,216,215).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11011000 11010111
Octal 356 330 327
Decimal 238 216 215
Hex EE D8 D7

RGB Percentages of Color #eed8d7

%35.58
%32.29
%32.14

CMYK Percentages of Color #eed8d7

%0
%9
%10
%7

Triadic Colors of #eed8d7

#eed8d7 #d7eed8 #d8d7ee

Analogous Colors of #eed8d7

#eed8d7 #eee4d7 #eed7e2

Monochromatic Colors of #eed8d7

#eed8d7

Complementary Color

#eed8d7 #d7edee

#eed8d7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eed8d7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eed8d7 Color CSS Codes

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

#eed8d7 Text Font Color

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

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


#eed8d7 Background Color

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

This div background color is #eed8d7


#eed8d7 Border Color

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

This div border color is #eed8d7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eed8d7


Comments

No comments written yet.

Please login to write comment.