Color Hex Logo

#eed1de Color Hex

#EED1DE
(238,209,222)
0 Favorites   0 Comments

Color spaces of #eed1de

RGB 238209222
HSL0.930.460.88
HSV333°12°93°
CMYK 0.000.120.07   0.07
XYZ71.245269.052078.6806
Yxy69.05200.32540.3153
Hunter Lab83.09757.61962.0298
CIE-Lab86.529812.2563-2.6975

#eed1de color RGB value is (238,209,222).

#eed1de hex color red value is 238, green value is 209 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #eed1de hue: 0.93 , saturation: 0.46 and the lightness value of eed1de is 0.88.

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11010001 11011110
Octal 356 321 336
Decimal 238 209 222
Hex EE D1 DE

RGB Percentages of Color #eed1de

%35.58
%31.24
%33.18

CMYK Percentages of Color #eed1de

%0
%12
%7
%7

Triadic Colors of #eed1de

#eed1de #deeed1 #d1deee

Analogous Colors of #eed1de

#eed1de #eed3d1 #eed1ed

Monochromatic Colors of #eed1de

#eed1de

Complementary Color

#eed1de #d1eee1

#eed1de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eed1de Color Preview on White Background

Lorem ipsum dolor sit amet.

#eed1de Color CSS Codes

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

#eed1de Text Font Color

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

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


#eed1de Background Color

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

This div background color is #eed1de


#eed1de Border Color

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

This div border color is #eed1de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eed1de


Comments

No comments written yet.

Please login to write comment.