Color Hex Logo

#eed1df Color Hex

#EED1DF
(238,209,223)
0 Favorites   0 Comments

Color spaces of #eed1df

RGB 238209223
HSL0.920.460.88
HSV331°12°93°
CMYK 0.000.120.06   0.07
XYZ71.379669.105879.3887
Yxy69.10580.32460.3143
Hunter Lab83.12997.79191.5692
CIE-Lab86.556412.4270-3.1884

#eed1df color RGB value is (238,209,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11010001 11011111
Octal 356 321 337
Decimal 238 209 223
Hex EE D1 DF

RGB Percentages of Color #eed1df

%35.52
%31.19
%33.28

CMYK Percentages of Color #eed1df

%0
%12
%6
%7

Triadic Colors of #eed1df

#eed1df #dfeed1 #d1dfee

Analogous Colors of #eed1df

#eed1df #eed2d1 #eed1ee

Monochromatic Colors of #eed1df

#eed1df

Complementary Color

#eed1df #d1eee0

#eed1df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eed1df Color Preview on White Background

Lorem ipsum dolor sit amet.

#eed1df Color CSS Codes

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

#eed1df Text Font Color

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

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


#eed1df Background Color

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

This div background color is #eed1df


#eed1df Border Color

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

This div border color is #eed1df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eed1df


Comments

No comments written yet.

Please login to write comment.