Color Hex Logo

#eed4de Color Hex

#EED4DE
(238,212,222)
0 Favorites   0 Comments

Color spaces of #eed4de

RGB 238212222
HSL0.940.430.88
HSV337°11°93°
CMYK 0.000.110.07   0.07
XYZ71.988270.538078.9283
Yxy70.53800.32510.3185
Hunter Lab83.98696.02173.0719
CIE-Lab87.260110.6820-1.6266

#eed4de color RGB value is (238,212,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11010100 11011110
Octal 356 324 336
Decimal 238 212 222
Hex EE D4 DE

RGB Percentages of Color #eed4de

%35.42
%31.55
%33.04

CMYK Percentages of Color #eed4de

%0
%11
%7
%7

Triadic Colors of #eed4de

#eed4de #deeed4 #d4deee

Analogous Colors of #eed4de

#eed4de #eed7d4 #eed4eb

Monochromatic Colors of #eed4de

#eed4de

Complementary Color

#eed4de #d4eee4

#eed4de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eed4de Color Preview on White Background

Lorem ipsum dolor sit amet.

#eed4de Color CSS Codes

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

#eed4de Text Font Color

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

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


#eed4de Background Color

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

This div background color is #eed4de


#eed4de Border Color

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

This div border color is #eed4de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eed4de


Comments

No comments written yet.

Please login to write comment.