Color Hex Logo

#eda6ae Color Hex

#EDA6AE
(237,166,174)
0 Favorites   0 Comments

Color spaces of #eda6ae

RGB 237166174
HSL0.980.660.79
HSV353°30°93°
CMYK 0.000.300.27   0.07
XYZ56.201348.333046.4115
Yxy48.33300.37230.3202
Hunter Lab69.521922.63549.0845
CIE-Lab75.034527.27816.4391

#eda6ae color RGB value is (237,166,174).

#eda6ae hex color red value is 237, green value is 166 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #eda6ae hue: 0.98 , saturation: 0.66 and the lightness value of eda6ae is 0.79.

The process color (four color CMYK) of #eda6ae color hex is 0.00, 0.30, 0.27, 0.07. Web safe color of #eda6ae is #ff9999. Color #eda6ae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10100110 10101110
Octal 355 246 256
Decimal 237 166 174
Hex ED A6 AE

RGB Percentages of Color #eda6ae

%41.07
%28.77
%30.16

CMYK Percentages of Color #eda6ae

%0
%30
%27
%7

Triadic Colors of #eda6ae

#eda6ae #aeeda6 #a6aeed

Analogous Colors of #eda6ae

#eda6ae #edc2a6 #eda6d2

Monochromatic Colors of #eda6ae

#eda6ae

Complementary Color

#eda6ae #a6ede5

#eda6ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eda6ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#eda6ae Color CSS Codes

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

#eda6ae Text Font Color

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

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


#eda6ae Background Color

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

This div background color is #eda6ae


#eda6ae Border Color

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

This div border color is #eda6ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eda6ae


Comments

No comments written yet.

Please login to write comment.