Color Hex Logo

#edaad5 Color Hex

#EDAAD5
(237,170,213)
0 Favorites   0 Comments

Color spaces of #edaad5

RGB 237170213
HSL0.890.650.80
HSV321°28°93°
CMYK 0.000.280.10   0.07
XYZ61.310051.558169.6711
Yxy51.55810.33590.2824
Hunter Lab71.804026.7557-7.2661
CIE-Lab77.015831.0867-11.9711

#edaad5 color RGB value is (237,170,213).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10101010 11010101
Octal 355 252 325
Decimal 237 170 213
Hex ED AA D5

RGB Percentages of Color #edaad5

%38.23
%27.42
%34.35

CMYK Percentages of Color #edaad5

%0
%28
%10
%7

Triadic Colors of #edaad5

#edaad5 #d5edaa #aad5ed

Analogous Colors of #edaad5

#edaad5 #edaab4 #e4aaed

Monochromatic Colors of #edaad5

#edaad5

Complementary Color

#edaad5 #aaedc2

#edaad5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edaad5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edaad5 Color CSS Codes

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

#edaad5 Text Font Color

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

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


#edaad5 Background Color

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

This div background color is #edaad5


#edaad5 Border Color

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

This div border color is #edaad5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edaad5


Comments

No comments written yet.

Please login to write comment.