Color Hex Logo

#eed2de Color Hex

#EED2DE
(238,210,222)
0 Favorites   0 Comments

Color spaces of #eed2de

RGB 238210222
HSL0.930.450.88
HSV334°12°93°
CMYK 0.000.120.07   0.07
XYZ71.491369.544378.7626
Yxy69.54430.32530.3164
Hunter Lab83.39327.08622.3775
CIE-Lab86.772911.7309-2.3407

#eed2de color RGB value is (238,210,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11010010 11011110
Octal 356 322 336
Decimal 238 210 222
Hex EE D2 DE

RGB Percentages of Color #eed2de

%35.52
%31.34
%33.13

CMYK Percentages of Color #eed2de

%0
%12
%7
%7

Triadic Colors of #eed2de

#eed2de #deeed2 #d2deee

Analogous Colors of #eed2de

#eed2de #eed4d2 #eed2ec

Monochromatic Colors of #eed2de

#eed2de

Complementary Color

#eed2de #d2eee2

#eed2de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eed2de Color Preview on White Background

Lorem ipsum dolor sit amet.

#eed2de Color CSS Codes

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

#eed2de Text Font Color

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

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


#eed2de Background Color

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

This div background color is #eed2de


#eed2de Border Color

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

This div border color is #eed2de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eed2de


Comments

No comments written yet.

Please login to write comment.