Color Hex Logo

#eda6aa Color Hex

#EDA6AA
(237,166,170)
0 Favorites   0 Comments

Color spaces of #eda6aa

RGB 237166170
HSL0.990.660.79
HSV357°30°93°
CMYK 0.000.300.28   0.07
XYZ55.817048.179244.3879
Yxy48.17920.37620.3247
Hunter Lab69.411222.071010.6724
CIE-Lab74.937826.73608.4926

#eda6aa color RGB value is (237,166,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10100110 10101010
Octal 355 246 252
Decimal 237 166 170
Hex ED A6 AA

RGB Percentages of Color #eda6aa

%41.36
%28.97
%29.67

CMYK Percentages of Color #eda6aa

%0
%30
%28
%7

Triadic Colors of #eda6aa

#eda6aa #aaeda6 #a6aaed

Analogous Colors of #eda6aa

#eda6aa #edc6a6 #eda6ce

Monochromatic Colors of #eda6aa

#eda6aa

Complementary Color

#eda6aa #a6ede9

#eda6aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eda6aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#eda6aa Color CSS Codes

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

#eda6aa Text Font Color

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

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


#eda6aa Background Color

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

This div background color is #eda6aa


#eda6aa Border Color

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

This div border color is #eda6aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eda6aa


Comments

No comments written yet.

Please login to write comment.