Color Hex Logo

#eda18e Color Hex

#EDA18E
(237,161,142)
0 Favorites   0 Comments

Color spaces of #eda18e

RGB 237161142
HSL0.030.730.74
HSV12°40°93°
CMYK 0.000.320.40   0.07
XYZ52.552445.447331.5936
Yxy45.44730.40550.3507
Hunter Lab67.414621.172419.4042
CIE-Lab73.185525.961721.3614

#eda18e color RGB value is (237,161,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10100001 10001110
Octal 355 241 216
Decimal 237 161 142
Hex ED A1 8E

RGB Percentages of Color #eda18e

%43.89
%29.81
%26.30

CMYK Percentages of Color #eda18e

%0
%32
%40
%7

Triadic Colors of #eda18e

#eda18e #8eeda1 #a18eed

Analogous Colors of #eda18e

#eda18e #edd18e #ed8eab

Monochromatic Colors of #eda18e

#eda18e

Complementary Color

#eda18e #8edaed

#eda18e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eda18e Color Preview on White Background

Lorem ipsum dolor sit amet.

#eda18e Color CSS Codes

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

#eda18e Text Font Color

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

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


#eda18e Background Color

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

This div background color is #eda18e


#eda18e Border Color

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

This div border color is #eda18e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eda18e


Comments

No comments written yet.

Please login to write comment.