Color Hex Logo

#edc4de Color Hex

#EDC4DE
(237,196,222)
0 Favorites   0 Comments

Color spaces of #edc4de

RGB 237196222
HSL0.890.530.85
HSV322°17°93°
CMYK 0.000.170.06   0.07
XYZ67.849862.758377.6447
Yxy62.75830.32580.3014
Hunter Lab79.220114.2449-2.6568
CIE-Lab83.315018.7799-7.4491

#edc4de color RGB value is (237,196,222).

#edc4de hex color red value is 237, green value is 196 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #edc4de hue: 0.89 , saturation: 0.53 and the lightness value of edc4de is 0.85.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11000100 11011110
Octal 355 304 336
Decimal 237 196 222
Hex ED C4 DE

RGB Percentages of Color #edc4de

%36.18
%29.92
%33.89

CMYK Percentages of Color #edc4de

%0
%17
%6
%7

Triadic Colors of #edc4de

#edc4de #deedc4 #c4deed

Analogous Colors of #edc4de

#edc4de #edc4ca #e8c4ed

Monochromatic Colors of #edc4de

#edc4de

Complementary Color

#edc4de #c4edd3

#edc4de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edc4de Color Preview on White Background

Lorem ipsum dolor sit amet.

#edc4de Color CSS Codes

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

#edc4de Text Font Color

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

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


#edc4de Background Color

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

This div background color is #edc4de


#edc4de Border Color

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

This div border color is #edc4de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edc4de


Comments

No comments written yet.

Please login to write comment.