Color Hex Logo

#edaae0 Color Hex

#EDAAE0
(237,170,224)
0 Favorites   0 Comments

Color spaces of #edaae0

RGB 237170224
HSL0.870.650.80
HSV312°28°93°
CMYK 0.000.280.05   0.07
XYZ62.754352.135877.2767
Yxy52.13580.32660.2713
Hunter Lab72.205128.7774-12.9109
CIE-Lab77.362032.9609-17.4303

#edaae0 color RGB value is (237,170,224).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10101010 11100000
Octal 355 252 340
Decimal 237 170 224
Hex ED AA E0

RGB Percentages of Color #edaae0

%37.56
%26.94
%35.50

CMYK Percentages of Color #edaae0

%0
%28
%5
%7

Triadic Colors of #edaae0

#edaae0 #e0edaa #aae0ed

Analogous Colors of #edaae0

#edaae0 #edaabf #d9aaed

Monochromatic Colors of #edaae0

#edaae0

Complementary Color

#edaae0 #aaedb7

#edaae0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edaae0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edaae0 Color CSS Codes

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

#edaae0 Text Font Color

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

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


#edaae0 Background Color

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

This div background color is #edaae0


#edaae0 Border Color

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

This div border color is #edaae0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edaae0


Comments

No comments written yet.

Please login to write comment.