Color Hex Logo

#ed9eda Color Hex

#ED9EDA
(237,158,218)
0 Favorites   0 Comments

Color spaces of #ed9eda

RGB 237158218
HSL0.870.690.77
HSV314°33°93°
CMYK 0.000.330.08   0.07
XYZ59.806847.520272.3498
Yxy47.52020.33290.2645
Hunter Lab68.934934.2276-13.9727
CIE-Lab74.521338.2792-18.4530

#ed9eda color RGB value is (237,158,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10011110 11011010
Octal 355 236 332
Decimal 237 158 218
Hex ED 9E DA

RGB Percentages of Color #ed9eda

%38.66
%25.77
%35.56

CMYK Percentages of Color #ed9eda

%0
%33
%8
%7

Triadic Colors of #ed9eda

#ed9eda #daed9e #9edaed

Analogous Colors of #ed9eda

#ed9eda #ed9eb3 #d99eed

Monochromatic Colors of #ed9eda

#ed9eda

Complementary Color

#ed9eda #9eedb1

#ed9eda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed9eda Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed9eda Color CSS Codes

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

#ed9eda Text Font Color

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

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


#ed9eda Background Color

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

This div background color is #ed9eda


#ed9eda Border Color

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

This div border color is #ed9eda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed9eda


Comments

No comments written yet.

Please login to write comment.