Color Hex Logo

#eda16e Color Hex

#EDA16E
(237,161,110)
0 Favorites   0 Comments

Color spaces of #eda16e

RGB 237161110
HSL0.070.780.68
HSV24°54°93°
CMYK 0.000.320.54   0.07
XYZ50.484444.620120.7036
Yxy44.62010.43590.3853
Hunter Lab66.798318.008728.3823
CIE-Lab72.641022.853137.8221

#eda16e color RGB value is (237,161,110).

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

The process color (four color CMYK) of #eda16e color hex is 0.00, 0.32, 0.54, 0.07. Web safe color of #eda16e is #ff9966. Color #eda16e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10100001 01101110
Octal 355 241 156
Decimal 237 161 110
Hex ED A1 6E

RGB Percentages of Color #eda16e

%46.65
%31.69
%21.65

CMYK Percentages of Color #eda16e

%0
%32
%54
%7

Triadic Colors of #eda16e

#eda16e #6eeda1 #a16eed

Analogous Colors of #eda16e

#eda16e #ede16e #ed6e7b

Monochromatic Colors of #eda16e

#eda16e

Complementary Color

#eda16e #6ebaed

#eda16e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eda16e Color Preview on White Background

Lorem ipsum dolor sit amet.

#eda16e Color CSS Codes

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

#eda16e Text Font Color

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

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


#eda16e Background Color

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

This div background color is #eda16e


#eda16e Border Color

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

This div border color is #eda16e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eda16e


Comments

No comments written yet.

Please login to write comment.