Color Hex Logo

#ed9daa Color Hex

#ED9DAA
(237,157,170)
0 Favorites   0 Comments

Color spaces of #ed9daa

RGB 237157170
HSL0.970.690.77
HSV350°34°93°
CMYK 0.000.340.28   0.07
XYZ54.237745.020743.8614
Yxy45.02070.37900.3146
Hunter Lab67.097526.86858.2105
CIE-Lab72.905531.50915.5773

#ed9daa color RGB value is (237,157,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10011101 10101010
Octal 355 235 252
Decimal 237 157 170
Hex ED 9D AA

RGB Percentages of Color #ed9daa

%42.02
%27.84
%30.14

CMYK Percentages of Color #ed9daa

%0
%34
%28
%7

Triadic Colors of #ed9daa

#ed9daa #aaed9d #9daaed

Analogous Colors of #ed9daa

#ed9daa #edb89d #ed9dd2

Monochromatic Colors of #ed9daa

#ed9daa

Complementary Color

#ed9daa #9dede0

#ed9daa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed9daa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed9daa Color CSS Codes

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

#ed9daa Text Font Color

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

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


#ed9daa Background Color

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

This div background color is #ed9daa


#ed9daa Border Color

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

This div border color is #ed9daa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed9daa


Comments

No comments written yet.

Please login to write comment.