Color Hex Logo

#edab9f Color Hex

#EDAB9F
(237,171,159)
0 Favorites   0 Comments

Color spaces of #edab9f

RGB 237171159
HSL0.030.680.78
HSV33°93°
CMYK 0.000.280.33   0.07
XYZ55.746049.633539.4430
Yxy49.63350.38490.3427
Hunter Lab70.451017.952916.1214
CIE-Lab75.843822.653515.7796

#edab9f color RGB value is (237,171,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10101011 10011111
Octal 355 253 237
Decimal 237 171 159
Hex ED AB 9F

RGB Percentages of Color #edab9f

%41.80
%30.16
%28.04

CMYK Percentages of Color #edab9f

%0
%28
%33
%7

Triadic Colors of #edab9f

#edab9f #9fedab #ab9fed

Analogous Colors of #edab9f

#edab9f #edd29f #ed9fba

Monochromatic Colors of #edab9f

#edab9f

Complementary Color

#edab9f #9fe1ed

#edab9f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edab9f Color Preview on White Background

Lorem ipsum dolor sit amet.

#edab9f Color CSS Codes

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

#edab9f Text Font Color

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

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


#edab9f Background Color

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

This div background color is #edab9f


#edab9f Border Color

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

This div border color is #edab9f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(237,171,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 #edab9f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edab9f


Comments

No comments written yet.

Please login to write comment.