Color Hex Logo

#edaa84 Color Hex

#EDAA84
(237,170,132)
0 Favorites   0 Comments

Color spaces of #edaa84

RGB 237170132
HSL0.060.740.72
HSV22°44°93°
CMYK 0.000.280.44   0.07
XYZ53.464648.419928.3579
Yxy48.41990.41050.3718
Hunter Lab69.584415.376324.5465
CIE-Lab75.089020.117629.3273

#edaa84 color RGB value is (237,170,132).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10101010 10000100
Octal 355 252 204
Decimal 237 170 132
Hex ED AA 84

RGB Percentages of Color #edaa84

%43.97
%31.54
%24.49

CMYK Percentages of Color #edaa84

%0
%28
%44
%7

Triadic Colors of #edaa84

#edaa84 #84edaa #aa84ed

Analogous Colors of #edaa84

#edaa84 #eddf84 #ed8493

Monochromatic Colors of #edaa84

#edaa84

Complementary Color

#edaa84 #84c7ed

#edaa84 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edaa84 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edaa84 Color CSS Codes

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

#edaa84 Text Font Color

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

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


#edaa84 Background Color

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

This div background color is #edaa84


#edaa84 Border Color

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

This div border color is #edaa84


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edaa84


Comments

No comments written yet.

Please login to write comment.