Color Hex Logo

#edb077 Color Hex

#EDB077
(237,176,119)
0 Favorites   0 Comments

Color spaces of #edb077

RGB 237176119
HSL0.080.770.70
HSV29°50°93°
CMYK 0.000.260.50   0.07
XYZ53.780250.387124.3439
Yxy50.38710.41850.3921
Hunter Lab70.983911.016929.3552
CIE-Lab76.306315.681437.7614

#edb077 color RGB value is (237,176,119).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10110000 01110111
Octal 355 260 167
Decimal 237 176 119
Hex ED B0 77

RGB Percentages of Color #edb077

%44.55
%33.08
%22.37

CMYK Percentages of Color #edb077

%0
%26
%50
%7

Triadic Colors of #edb077

#edb077 #77edb0 #b077ed

Analogous Colors of #edb077

#edb077 #edeb77 #ed7779

Monochromatic Colors of #edb077

#edb077

Complementary Color

#edb077 #77b4ed

#edb077 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edb077 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edb077 Color CSS Codes

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

#edb077 Text Font Color

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

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


#edb077 Background Color

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

This div background color is #edb077


#edb077 Border Color

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

This div border color is #edb077


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edb077


Comments

No comments written yet.

Please login to write comment.