Color Hex Logo

#ed9add Color Hex

#ED9ADD
(237,154,221)
0 Favorites   0 Comments

Color spaces of #ed9add

RGB 237154221
HSL0.870.700.77
HSV312°35°93°
CMYK 0.000.350.07   0.07
XYZ59.531846.336274.2127
Yxy46.33620.33060.2573
Hunter Lab68.070736.9849-16.9902
CIE-Lab73.763240.8893-21.2454

#ed9add color RGB value is (237,154,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10011010 11011101
Octal 355 232 335
Decimal 237 154 221
Hex ED 9A DD

RGB Percentages of Color #ed9add

%38.73
%25.16
%36.11

CMYK Percentages of Color #ed9add

%0
%35
%7
%7

Triadic Colors of #ed9add

#ed9add #dded9a #9added

Analogous Colors of #ed9add

#ed9add #ed9ab4 #d49aed

Monochromatic Colors of #ed9add

#ed9add

Complementary Color

#ed9add #9aedaa

#ed9add Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed9add Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed9add Color CSS Codes

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

#ed9add Text Font Color

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

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


#ed9add Background Color

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

This div background color is #ed9add


#ed9add Border Color

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

This div border color is #ed9add


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed9add


Comments

No comments written yet.

Please login to write comment.