Color Hex Logo

#eda9ff Color Hex

#EDA9FF
(237,169,255)
0 Favorites   0 Comments

Color spaces of #eda9ff

RGB 237169255
HSL0.801.000.83
HSV287°34°100°
CMYK 0.070.340.00   0.00
XYZ67.163053.6005101.4138
Yxy53.60050.30230.2413
Hunter Lab73.212435.6293-30.8799
CIE-Lab78.228239.1930-32.8556

#eda9ff color RGB value is (237,169,255).

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

The process color (four color CMYK) of #eda9ff color hex is 0.07, 0.34, 0.00, 0.00. Web safe color of #eda9ff is #ff99ff. Color #eda9ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10101001 11111111
Octal 355 251 377
Decimal 237 169 255
Hex ED A9 FF

RGB Percentages of Color #eda9ff

%35.85
%25.57
%38.58

CMYK Percentages of Color #eda9ff

%7
%34
%0
%0

Triadic Colors of #eda9ff

#eda9ff #ffeda9 #a9ffed

Analogous Colors of #eda9ff

#eda9ff #ffa9e6 #c2a9ff

Monochromatic Colors of #eda9ff

#eda9ff

Complementary Color

#eda9ff #bbffa9

#eda9ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eda9ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#eda9ff Color CSS Codes

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

#eda9ff Text Font Color

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

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


#eda9ff Background Color

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

This div background color is #eda9ff


#eda9ff Border Color

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

This div border color is #eda9ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eda9ff

Related Colors

#eda9ff Color Palettes


Comments

No comments written yet.

Please login to write comment.