Color Hex Logo

#eda179 Color Hex

#EDA179
(237,161,121)
0 Favorites   0 Comments

Color spaces of #eda179

RGB 237161121
HSL0.060.760.70
HSV21°49°93°
CMYK 0.000.320.49   0.07
XYZ51.121144.874724.0565
Yxy44.87470.42580.3738
Hunter Lab66.988618.989025.6002
CIE-Lab72.809323.823032.2118

#eda179 color RGB value is (237,161,121).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10100001 01111001
Octal 355 241 171
Decimal 237 161 121
Hex ED A1 79

RGB Percentages of Color #eda179

%45.66
%31.02
%23.31

CMYK Percentages of Color #eda179

%0
%32
%49
%7

Triadic Colors of #eda179

#eda179 #79eda1 #a179ed

Analogous Colors of #eda179

#eda179 #eddb79 #ed798b

Monochromatic Colors of #eda179

#eda179

Complementary Color

#eda179 #79c5ed

#eda179 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eda179 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eda179 Color CSS Codes

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

#eda179 Text Font Color

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

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


#eda179 Background Color

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

This div background color is #eda179


#eda179 Border Color

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

This div border color is #eda179


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eda179


Comments

No comments written yet.

Please login to write comment.