Color Hex Logo

#eda0aa Color Hex

#EDA0AA
(237,160,170)
0 Favorites   0 Comments

Color spaces of #eda0aa

RGB 237160170
HSL0.980.680.78
HSV352°32°93°
CMYK 0.000.320.28   0.07
XYZ54.751646.048444.0327
Yxy46.04840.37800.3179
Hunter Lab67.859025.26849.0289
CIE-Lab73.576929.92086.5429

#eda0aa color RGB value is (237,160,170).

#eda0aa hex color red value is 237, green value is 160 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #eda0aa hue: 0.98 , saturation: 0.68 and the lightness value of eda0aa is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10100000 10101010
Octal 355 240 252
Decimal 237 160 170
Hex ED A0 AA

RGB Percentages of Color #eda0aa

%41.80
%28.22
%29.98

CMYK Percentages of Color #eda0aa

%0
%32
%28
%7

Triadic Colors of #eda0aa

#eda0aa #aaeda0 #a0aaed

Analogous Colors of #eda0aa

#eda0aa #edbda0 #eda0d1

Monochromatic Colors of #eda0aa

#eda0aa

Complementary Color

#eda0aa #a0ede3

#eda0aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eda0aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#eda0aa Color CSS Codes

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

#eda0aa Text Font Color

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

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


#eda0aa Background Color

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

This div background color is #eda0aa


#eda0aa Border Color

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

This div border color is #eda0aa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(237,160,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 #eda0aa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eda0aa


Comments

No comments written yet.

Please login to write comment.