Color Hex Logo

#edaa8d Color Hex

#EDAA8D
(237,170,141)
0 Favorites   0 Comments

Color spaces of #edaa8d

RGB 237170141
HSL0.050.730.74
HSV18°41°93°
CMYK 0.000.280.41   0.07
XYZ54.107548.677131.7431
Yxy48.67710.40220.3618
Hunter Lab69.769016.335321.8628
CIE-Lab75.250021.071424.7125

#edaa8d color RGB value is (237,170,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10101010 10001101
Octal 355 252 215
Decimal 237 170 141
Hex ED AA 8D

RGB Percentages of Color #edaa8d

%43.25
%31.02
%25.73

CMYK Percentages of Color #edaa8d

%0
%28
%41
%7

Triadic Colors of #edaa8d

#edaa8d #8dedaa #aa8ded

Analogous Colors of #edaa8d

#edaa8d #edda8d #ed8da0

Monochromatic Colors of #edaa8d

#edaa8d

Complementary Color

#edaa8d #8dd0ed

#edaa8d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edaa8d Color Preview on White Background

Lorem ipsum dolor sit amet.

#edaa8d Color CSS Codes

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

#edaa8d Text Font Color

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

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


#edaa8d Background Color

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

This div background color is #edaa8d


#edaa8d Border Color

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

This div border color is #edaa8d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edaa8d


Comments

No comments written yet.

Please login to write comment.