Color Hex Logo

#edaa8f Color Hex

#EDAA8F
(237,170,143)
0 Favorites   0 Comments

Color spaces of #edaa8f

RGB 237170143
HSL0.050.720.75
HSV17°40°93°
CMYK 0.000.280.40   0.07
XYZ54.257748.737132.5341
Yxy48.73710.40030.3596
Hunter Lab69.812016.558921.2378
CIE-Lab75.287521.293023.6846

#edaa8f color RGB value is (237,170,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10101010 10001111
Octal 355 252 217
Decimal 237 170 143
Hex ED AA 8F

RGB Percentages of Color #edaa8f

%43.09
%30.91
%26.00

CMYK Percentages of Color #edaa8f

%0
%28
%40
%7

Triadic Colors of #edaa8f

#edaa8f #8fedaa #aa8fed

Analogous Colors of #edaa8f

#edaa8f #edd98f #ed8fa3

Monochromatic Colors of #edaa8f

#edaa8f

Complementary Color

#edaa8f #8fd2ed

#edaa8f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edaa8f Color Preview on White Background

Lorem ipsum dolor sit amet.

#edaa8f Color CSS Codes

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

#edaa8f Text Font Color

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

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


#edaa8f Background Color

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

This div background color is #edaa8f


#edaa8f Border Color

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

This div border color is #edaa8f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edaa8f


Comments

No comments written yet.

Please login to write comment.