Color Hex Logo

#edaae8 Color Hex

#EDAAE8
(237,170,232)
0 Favorites   0 Comments

Color spaces of #edaae8

RGB 237170232
HSL0.850.650.80
HSV304°28°93°
CMYK 0.000.280.02   0.07
XYZ63.865352.580283.1269
Yxy52.58020.32000.2635
Hunter Lab72.512230.3179-17.2106
CIE-Lab77.626534.3751-21.3670

#edaae8 color RGB value is (237,170,232).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10101010 11101000
Octal 355 252 350
Decimal 237 170 232
Hex ED AA E8

RGB Percentages of Color #edaae8

%37.09
%26.60
%36.31

CMYK Percentages of Color #edaae8

%0
%28
%2
%7

Triadic Colors of #edaae8

#edaae8 #e8edaa #aae8ed

Analogous Colors of #edaae8

#edaae8 #edaac7 #d1aaed

Monochromatic Colors of #edaae8

#edaae8

Complementary Color

#edaae8 #aaedaf

#edaae8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edaae8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edaae8 Color CSS Codes

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

#edaae8 Text Font Color

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

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


#edaae8 Background Color

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

This div background color is #edaae8


#edaae8 Border Color

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

This div border color is #edaae8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edaae8


Comments

No comments written yet.

Please login to write comment.