Color Hex Logo

#edcddd Color Hex

#EDCDDD
(237,205,221)
0 Favorites   0 Comments

Color spaces of #edcddd

RGB 237205221
HSL0.920.470.87
HSV330°14°93°
CMYK 0.000.140.07   0.07
XYZ69.807566.887677.6380
Yxy66.88760.32570.3121
Hunter Lab81.78489.23530.9656
CIE-Lab85.447213.8469-3.7679

#edcddd color RGB value is (237,205,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11001101 11011101
Octal 355 315 335
Decimal 237 205 221
Hex ED CD DD

RGB Percentages of Color #edcddd

%35.75
%30.92
%33.33

CMYK Percentages of Color #edcddd

%0
%14
%7
%7

Triadic Colors of #edcddd

#edcddd #ddedcd #cddded

Analogous Colors of #edcddd

#edcddd #edcdcd #edcded

Monochromatic Colors of #edcddd

#edcddd

Complementary Color

#edcddd #cdeddd

#edcddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edcddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#edcddd Color CSS Codes

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

#edcddd Text Font Color

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

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


#edcddd Background Color

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

This div background color is #edcddd


#edcddd Border Color

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

This div border color is #edcddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edcddd


Comments

No comments written yet.

Please login to write comment.