Color Hex Logo

#edab9e Color Hex

#EDAB9E
(237,171,158)
0 Favorites   0 Comments

Color spaces of #edab9e

RGB 237171158
HSL0.030.690.77
HSV10°33°93°
CMYK 0.000.280.33   0.07
XYZ55.659549.599038.9877
Yxy49.59900.38590.3438
Hunter Lab70.426617.825616.4760
CIE-Lab75.822522.528716.2936

#edab9e color RGB value is (237,171,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10101011 10011110
Octal 355 253 236
Decimal 237 171 158
Hex ED AB 9E

RGB Percentages of Color #edab9e

%41.87
%30.21
%27.92

CMYK Percentages of Color #edab9e

%0
%28
%33
%7

Triadic Colors of #edab9e

#edab9e #9eedab #ab9eed

Analogous Colors of #edab9e

#edab9e #edd39e #ed9eb9

Monochromatic Colors of #edab9e

#edab9e

Complementary Color

#edab9e #9ee0ed

#edab9e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edab9e Color Preview on White Background

Lorem ipsum dolor sit amet.

#edab9e Color CSS Codes

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

#edab9e Text Font Color

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

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


#edab9e Background Color

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

This div background color is #edab9e


#edab9e Border Color

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

This div border color is #edab9e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edab9e


Comments

No comments written yet.

Please login to write comment.