Color Hex Logo

#edaadd Color Hex

#EDAADD
(237,170,221)
0 Favorites   0 Comments

Color spaces of #edaadd

RGB 237170221
HSL0.870.650.80
HSV314°28°93°
CMYK 0.000.280.07   0.07
XYZ62.350951.974475.1524
Yxy51.97440.32910.2743
Hunter Lab72.093328.2151-11.3406
CIE-Lab77.265532.4417-15.9466

#edaadd color RGB value is (237,170,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10101010 11011101
Octal 355 252 335
Decimal 237 170 221
Hex ED AA DD

RGB Percentages of Color #edaadd

%37.74
%27.07
%35.19

CMYK Percentages of Color #edaadd

%0
%28
%7
%7

Triadic Colors of #edaadd

#edaadd #ddedaa #aadded

Analogous Colors of #edaadd

#edaadd #edaabc #dcaaed

Monochromatic Colors of #edaadd

#edaadd

Complementary Color

#edaadd #aaedba

#edaadd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edaadd Color Preview on White Background

Lorem ipsum dolor sit amet.

#edaadd Color CSS Codes

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

#edaadd Text Font Color

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

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


#edaadd Background Color

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

This div background color is #edaadd


#edaadd Border Color

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

This div border color is #edaadd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edaadd


Comments

No comments written yet.

Please login to write comment.