Color Hex Logo

#edd4ed Color Hex

#EDD4ED
(237,212,237)
0 Favorites   0 Comments

Color spaces of #edd4ed

RGB 237212237
HSL0.830.410.88
HSV300°11°93°
CMYK 0.000.110.00   0.07
XYZ73.754671.205989.9776
Yxy71.20590.31390.3031
Hunter Lab84.38368.3448-4.1520
CIE-Lab87.584912.9794-9.0868

#edd4ed color RGB value is (237,212,237).

#edd4ed hex color red value is 237, green value is 212 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #edd4ed hue: 0.83 , saturation: 0.41 and the lightness value of edd4ed is 0.88.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11010100 11101101
Octal 355 324 355
Decimal 237 212 237
Hex ED D4 ED

RGB Percentages of Color #edd4ed

%34.55
%30.90
%34.55

CMYK Percentages of Color #edd4ed

%0
%11
%0
%7

Triadic Colors of #edd4ed

#edd4ed #ededd4 #d4eded

Analogous Colors of #edd4ed

#edd4ed #edd4e1 #e1d4ed

Monochromatic Colors of #edd4ed

#edd4ed

Complementary Color

#edd4ed #d4edd4

#edd4ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edd4ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#edd4ed Color CSS Codes

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

#edd4ed Text Font Color

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

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


#edd4ed Background Color

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

This div background color is #edd4ed


#edd4ed Border Color

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

This div border color is #edd4ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edd4ed


Comments

No comments written yet.

Please login to write comment.