Color Hex Logo

#eda9e5 Color Hex

#EDA9E5
(237,169,229)
0 Favorites   0 Comments

Color spaces of #eda9e5

RGB 237169229
HSL0.850.650.80
HSV307°29°93°
CMYK 0.000.290.03   0.07
XYZ63.255952.037680.8391
Yxy52.03760.32250.2653
Hunter Lab72.137130.2840-15.9463
CIE-Lab77.303334.3707-20.2317

#eda9e5 color RGB value is (237,169,229).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10101001 11100101
Octal 355 251 345
Decimal 237 169 229
Hex ED A9 E5

RGB Percentages of Color #eda9e5

%37.32
%26.61
%36.06

CMYK Percentages of Color #eda9e5

%0
%29
%3
%7

Triadic Colors of #eda9e5

#eda9e5 #e5eda9 #a9e5ed

Analogous Colors of #eda9e5

#eda9e5 #eda9c3 #d3a9ed

Monochromatic Colors of #eda9e5

#eda9e5

Complementary Color

#eda9e5 #a9edb1

#eda9e5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eda9e5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eda9e5 Color CSS Codes

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

#eda9e5 Text Font Color

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

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


#eda9e5 Background Color

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

This div background color is #eda9e5


#eda9e5 Border Color

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

This div border color is #eda9e5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eda9e5


Comments

No comments written yet.

Please login to write comment.