Color Hex Logo

#edb777 Color Hex

#EDB777
(237,183,119)
0 Favorites   0 Comments

Color spaces of #edb777

RGB 237183119
HSL0.090.770.70
HSV33°50°93°
CMYK 0.000.230.50   0.07
XYZ55.188353.203424.8133
Yxy53.20340.41430.3994
Hunter Lab72.94077.410430.8889
CIE-Lab77.994911.980839.8977

#edb777 color RGB value is (237,183,119).

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

The process color (four color CMYK) of #edb777 color hex is 0.00, 0.23, 0.50, 0.07. Web safe color of #edb777 is #ffcc66. Color #edb777 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10110111 01110111
Octal 355 267 167
Decimal 237 183 119
Hex ED B7 77

RGB Percentages of Color #edb777

%43.97
%33.95
%22.08

CMYK Percentages of Color #edb777

%0
%23
%50
%7

Triadic Colors of #edb777

#edb777 #77edb7 #b777ed

Analogous Colors of #edb777

#edb777 #e8ed77 #ed7c77

Monochromatic Colors of #edb777

#edb777

Complementary Color

#edb777 #77aded

#edb777 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edb777 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edb777 Color CSS Codes

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

#edb777 Text Font Color

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

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


#edb777 Background Color

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

This div background color is #edb777


#edb777 Border Color

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

This div border color is #edb777


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edb777


Comments

No comments written yet.

Please login to write comment.