Color Hex Logo

#edb079 Color Hex

#EDB079
(237,176,121)
0 Favorites   0 Comments

Color spaces of #edb079

RGB 237176121
HSL0.080.760.70
HSV28°49°93°
CMYK 0.000.260.49   0.07
XYZ53.901650.435724.9833
Yxy50.43570.41680.3900
Hunter Lab71.018111.197028.8552
CIE-Lab76.335915.864436.7589

#edb079 color RGB value is (237,176,121).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10110000 01111001
Octal 355 260 171
Decimal 237 176 121
Hex ED B0 79

RGB Percentages of Color #edb079

%44.38
%32.96
%22.66

CMYK Percentages of Color #edb079

%0
%26
%49
%7

Triadic Colors of #edb079

#edb079 #79edb0 #b079ed

Analogous Colors of #edb079

#edb079 #edea79 #ed797c

Monochromatic Colors of #edb079

#edb079

Complementary Color

#edb079 #79b6ed

#edb079 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edb079 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edb079 Color CSS Codes

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

#edb079 Text Font Color

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

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


#edb079 Background Color

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

This div background color is #edb079


#edb079 Border Color

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

This div border color is #edb079


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edb079


Comments

No comments written yet.

Please login to write comment.