Color Hex Logo

#eda96c Color Hex

#EDA96C
(237,169,108)
0 Favorites   0 Comments

Color spaces of #eda96c

RGB 237169108
HSL0.080.780.68
HSV28°54°93°
CMYK 0.000.290.54   0.07
XYZ51.819847.463220.6175
Yxy47.46320.43220.3959
Hunter Lab68.893513.699030.4820
CIE-Lab74.485118.444041.1612

#eda96c color RGB value is (237,169,108).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10101001 01101100
Octal 355 251 154
Decimal 237 169 108
Hex ED A9 6C

RGB Percentages of Color #eda96c

%46.11
%32.88
%21.01

CMYK Percentages of Color #eda96c

%0
%29
%54
%7

Triadic Colors of #eda96c

#eda96c #6ceda9 #a96ced

Analogous Colors of #eda96c

#eda96c #edea6c #ed6c70

Monochromatic Colors of #eda96c

#eda96c

Complementary Color

#eda96c #6cb0ed

#eda96c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eda96c Color Preview on White Background

Lorem ipsum dolor sit amet.

#eda96c Color CSS Codes

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

#eda96c Text Font Color

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

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


#eda96c Background Color

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

This div background color is #eda96c


#eda96c Border Color

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

This div border color is #eda96c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eda96c


Comments

No comments written yet.

Please login to write comment.