Color Hex Logo

#edaa8a Color Hex

#EDAA8A
(237,170,138)
0 Favorites   0 Comments

Color spaces of #edaa8a

RGB 237170138
HSL0.050.730.74
HSV19°42°93°
CMYK 0.000.280.42   0.07
XYZ53.887248.589030.5832
Yxy48.58900.40500.3652
Hunter Lab69.705816.007122.7808
CIE-Lab75.194920.745726.2528

#edaa8a color RGB value is (237,170,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10101010 10001010
Octal 355 252 212
Decimal 237 170 138
Hex ED AA 8A

RGB Percentages of Color #edaa8a

%43.49
%31.19
%25.32

CMYK Percentages of Color #edaa8a

%0
%28
%42
%7

Triadic Colors of #edaa8a

#edaa8a #8aedaa #aa8aed

Analogous Colors of #edaa8a

#edaa8a #eddc8a #ed8a9c

Monochromatic Colors of #edaa8a

#edaa8a

Complementary Color

#edaa8a #8acded

#edaa8a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edaa8a Color Preview on White Background

Lorem ipsum dolor sit amet.

#edaa8a Color CSS Codes

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

#edaa8a Text Font Color

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

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


#edaa8a Background Color

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

This div background color is #edaa8a


#edaa8a Border Color

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

This div border color is #edaa8a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edaa8a


Comments

No comments written yet.

Please login to write comment.