Color Hex Logo

#ed9cdd Color Hex

#ED9CDD
(237,156,221)
0 Favorites   0 Comments

Color spaces of #ed9cdd

RGB 237156221
HSL0.870.690.77
HSV312°34°93°
CMYK 0.000.340.07   0.07
XYZ59.864747.001974.3237
Yxy47.00190.33040.2594
Hunter Lab68.557935.8896-16.2858
CIE-Lab74.191039.8411-20.5955

#ed9cdd color RGB value is (237,156,221).

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

The process color (four color CMYK) of #ed9cdd color hex is 0.00, 0.34, 0.07, 0.07. Web safe color of #ed9cdd is #ff99cc. Color #ed9cdd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10011100 11011101
Octal 355 234 335
Decimal 237 156 221
Hex ED 9C DD

RGB Percentages of Color #ed9cdd

%38.60
%25.41
%35.99

CMYK Percentages of Color #ed9cdd

%0
%34
%7
%7

Triadic Colors of #ed9cdd

#ed9cdd #dded9c #9cdded

Analogous Colors of #ed9cdd

#ed9cdd #ed9cb5 #d59ced

Monochromatic Colors of #ed9cdd

#ed9cdd

Complementary Color

#ed9cdd #9cedac

#ed9cdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed9cdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed9cdd Color CSS Codes

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

#ed9cdd Text Font Color

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

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


#ed9cdd Background Color

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

This div background color is #ed9cdd


#ed9cdd Border Color

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

This div border color is #ed9cdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed9cdd


Comments

No comments written yet.

Please login to write comment.