Color Hex Logo

#eed8dc Color Hex

#EED8DC
(238,216,220)
0 Favorites   0 Comments

Color spaces of #eed8dc

RGB 238216220
HSL0.970.390.89
HSV349°93°
CMYK 0.000.090.08   0.07
XYZ72.734072.456277.8621
Yxy72.45620.32610.3248
Hunter Lab85.12123.56185.3511
CIE-Lab88.18778.25200.7855

#eed8dc color RGB value is (238,216,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11011000 11011100
Octal 356 330 334
Decimal 238 216 220
Hex EE D8 DC

RGB Percentages of Color #eed8dc

%35.31
%32.05
%32.64

CMYK Percentages of Color #eed8dc

%0
%9
%8
%7

Triadic Colors of #eed8dc

#eed8dc #dceed8 #d8dcee

Analogous Colors of #eed8dc

#eed8dc #eedfd8 #eed8e7

Monochromatic Colors of #eed8dc

#eed8dc

Complementary Color

#eed8dc #d8eeea

#eed8dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eed8dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#eed8dc Color CSS Codes

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

#eed8dc Text Font Color

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

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


#eed8dc Background Color

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

This div background color is #eed8dc


#eed8dc Border Color

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

This div border color is #eed8dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eed8dc


Comments

No comments written yet.

Please login to write comment.