Color Hex Logo

#edaa9f Color Hex

#EDAA9F
(237,170,159)
0 Favorites   0 Comments

Color spaces of #edaa9f

RGB 237170159
HSL0.020.680.78
HSV33°93°
CMYK 0.000.280.33   0.07
XYZ55.557849.257239.3803
Yxy49.25720.38530.3416
Hunter Lab70.183518.481015.8605
CIE-Lab75.611123.185015.4540

#edaa9f color RGB value is (237,170,159).

#edaa9f hex color red value is 237, green value is 170 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #edaa9f hue: 0.02 , saturation: 0.68 and the lightness value of edaa9f is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10101010 10011111
Octal 355 252 237
Decimal 237 170 159
Hex ED AA 9F

RGB Percentages of Color #edaa9f

%41.87
%30.04
%28.09

CMYK Percentages of Color #edaa9f

%0
%28
%33
%7

Triadic Colors of #edaa9f

#edaa9f #9fedaa #aa9fed

Analogous Colors of #edaa9f

#edaa9f #edd19f #ed9fbb

Monochromatic Colors of #edaa9f

#edaa9f

Complementary Color

#edaa9f #9fe2ed

#edaa9f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edaa9f Color Preview on White Background

Lorem ipsum dolor sit amet.

#edaa9f Color CSS Codes

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

#edaa9f Text Font Color

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

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


#edaa9f Background Color

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

This div background color is #edaa9f


#edaa9f Border Color

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

This div border color is #edaa9f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edaa9f


Comments

No comments written yet.

Please login to write comment.