Color Hex Logo

#edc5dd Color Hex

#EDC5DD
(237,197,221)
0 Favorites   0 Comments

Color spaces of #edc5dd

RGB 237197221
HSL0.900.530.85
HSV324°17°93°
CMYK 0.000.170.07   0.07
XYZ67.942463.157577.0163
Yxy63.15750.32650.3035
Hunter Lab79.471713.5288-1.8280
CIE-Lab83.525218.0773-6.6034

#edc5dd color RGB value is (237,197,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11000101 11011101
Octal 355 305 335
Decimal 237 197 221
Hex ED C5 DD

RGB Percentages of Color #edc5dd

%36.18
%30.08
%33.74

CMYK Percentages of Color #edc5dd

%0
%17
%7
%7

Triadic Colors of #edc5dd

#edc5dd #ddedc5 #c5dded

Analogous Colors of #edc5dd

#edc5dd #edc5c9 #e9c5ed

Monochromatic Colors of #edc5dd

#edc5dd

Complementary Color

#edc5dd #c5edd5

#edc5dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edc5dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#edc5dd Color CSS Codes

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

#edc5dd Text Font Color

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

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


#edc5dd Background Color

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

This div background color is #edc5dd


#edc5dd Border Color

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

This div border color is #edc5dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edc5dd


Comments

No comments written yet.

Please login to write comment.