Color Hex Logo

#edaa8e Color Hex

#EDAA8E
(237,170,142)
0 Favorites   0 Comments

Color spaces of #edaa8e

RGB 237170142
HSL0.050.730.74
HSV18°40°93°
CMYK 0.000.280.40   0.07
XYZ54.182348.707032.1369
Yxy48.70700.40130.3607
Hunter Lab69.790416.446621.5516
CIE-Lab75.268721.181824.1985

#edaa8e color RGB value is (237,170,142).

#edaa8e hex color red value is 237, green value is 170 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #edaa8e hue: 0.05 , saturation: 0.73 and the lightness value of edaa8e is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10101010 10001110
Octal 355 252 216
Decimal 237 170 142
Hex ED AA 8E

RGB Percentages of Color #edaa8e

%43.17
%30.97
%25.87

CMYK Percentages of Color #edaa8e

%0
%28
%40
%7

Triadic Colors of #edaa8e

#edaa8e #8eedaa #aa8eed

Analogous Colors of #edaa8e

#edaa8e #edda8e #ed8ea2

Monochromatic Colors of #edaa8e

#edaa8e

Complementary Color

#edaa8e #8ed1ed

#edaa8e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edaa8e Color Preview on White Background

Lorem ipsum dolor sit amet.

#edaa8e Color CSS Codes

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

#edaa8e Text Font Color

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

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


#edaa8e Background Color

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

This div background color is #edaa8e


#edaa8e Border Color

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

This div border color is #edaa8e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edaa8e


Comments

No comments written yet.

Please login to write comment.