Color Hex Logo

#edd1df Color Hex

#EDD1DF
(237,209,223)
0 Favorites   0 Comments

Color spaces of #edd1df

RGB 237209223
HSL0.920.440.87
HSV330°12°93°
CMYK 0.000.120.06   0.07
XYZ71.044868.933279.3730
Yxy68.93320.32390.3143
Hunter Lab83.02607.44571.4369
CIE-Lab86.471012.0836-3.3239

#edd1df color RGB value is (237,209,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11010001 11011111
Octal 355 321 337
Decimal 237 209 223
Hex ED D1 DF

RGB Percentages of Color #edd1df

%35.43
%31.24
%33.33

CMYK Percentages of Color #edd1df

%0
%12
%6
%7

Triadic Colors of #edd1df

#edd1df #dfedd1 #d1dfed

Analogous Colors of #edd1df

#edd1df #edd1d1 #edd1ed

Monochromatic Colors of #edd1df

#edd1df

Complementary Color

#edd1df #d1eddf

#edd1df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edd1df Color Preview on White Background

Lorem ipsum dolor sit amet.

#edd1df Color CSS Codes

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

#edd1df Text Font Color

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

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


#edd1df Background Color

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

This div background color is #edd1df


#edd1df Border Color

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

This div border color is #edd1df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edd1df


Comments

No comments written yet.

Please login to write comment.