Color Hex Logo

#eda579 Color Hex

#EDA579
(237,165,121)
0 Favorites   0 Comments

Color spaces of #eda579

RGB 237165121
HSL0.060.760.70
HSV23°49°93°
CMYK 0.000.300.49   0.07
XYZ51.831446.295324.2932
Yxy46.29530.42340.3782
Hunter Lab68.040616.905026.4596
CIE-Lab73.736721.700133.4155

#eda579 color RGB value is (237,165,121).

#eda579 hex color red value is 237, green value is 165 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #eda579 hue: 0.06 , saturation: 0.76 and the lightness value of eda579 is 0.70.

The process color (four color CMYK) of #eda579 color hex is 0.00, 0.30, 0.49, 0.07. Web safe color of #eda579 is #ff9966. Color #eda579 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10100101 01111001
Octal 355 245 171
Decimal 237 165 121
Hex ED A5 79

RGB Percentages of Color #eda579

%45.32
%31.55
%23.14

CMYK Percentages of Color #eda579

%0
%30
%49
%7

Triadic Colors of #eda579

#eda579 #79eda5 #a579ed

Analogous Colors of #eda579

#eda579 #eddf79 #ed7987

Monochromatic Colors of #eda579

#eda579

Complementary Color

#eda579 #79c1ed

#eda579 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eda579 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eda579 Color CSS Codes

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

#eda579 Text Font Color

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

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


#eda579 Background Color

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

This div background color is #eda579


#eda579 Border Color

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

This div border color is #eda579


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eda579


Comments

No comments written yet.

Please login to write comment.