Color Hex Logo

#eda08e Color Hex

#EDA08E
(237,160,142)
0 Favorites   0 Comments

Color spaces of #eda08e

RGB 237160142
HSL0.030.730.74
HSV11°40°93°
CMYK 0.000.320.40   0.07
XYZ52.378345.099131.5355
Yxy45.09910.40600.3496
Hunter Lab67.155921.698519.1673
CIE-Lab72.957126.492321.0489

#eda08e color RGB value is (237,160,142).

#eda08e hex color red value is 237, green value is 160 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #eda08e hue: 0.03 , saturation: 0.73 and the lightness value of eda08e is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10100000 10001110
Octal 355 240 216
Decimal 237 160 142
Hex ED A0 8E

RGB Percentages of Color #eda08e

%43.97
%29.68
%26.35

CMYK Percentages of Color #eda08e

%0
%32
%40
%7

Triadic Colors of #eda08e

#eda08e #8eeda0 #a08eed

Analogous Colors of #eda08e

#eda08e #edd08e #ed8eac

Monochromatic Colors of #eda08e

#eda08e

Complementary Color

#eda08e #8edbed

#eda08e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eda08e Color Preview on White Background

Lorem ipsum dolor sit amet.

#eda08e Color CSS Codes

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

#eda08e Text Font Color

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

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


#eda08e Background Color

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

This div background color is #eda08e


#eda08e Border Color

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

This div border color is #eda08e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eda08e


Comments

No comments written yet.

Please login to write comment.