Color Hex Logo

#edb879 Color Hex

#EDB879
(237,184,121)
0 Favorites   0 Comments

Color spaces of #edb879

RGB 237184121
HSL0.090.760.70
HSV33°49°93°
CMYK 0.000.220.49   0.07
XYZ55.516753.666025.5217
Yxy53.66600.41210.3984
Hunter Lab73.25717.073530.6242
CIE-Lab78.266611.635739.2144

#edb879 color RGB value is (237,184,121).

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

The process color (four color CMYK) of #edb879 color hex is 0.00, 0.22, 0.49, 0.07. Web safe color of #edb879 is #ffcc66. Color #edb879 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10111000 01111001
Octal 355 270 171
Decimal 237 184 121
Hex ED B8 79

RGB Percentages of Color #edb879

%43.73
%33.95
%22.32

CMYK Percentages of Color #edb879

%0
%22
%49
%7

Triadic Colors of #edb879

#edb879 #79edb8 #b879ed

Analogous Colors of #edb879

#edb879 #e8ed79 #ed7e79

Monochromatic Colors of #edb879

#edb879

Complementary Color

#edb879 #79aeed

#edb879 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edb879 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edb879 Color CSS Codes

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

#edb879 Text Font Color

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

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


#edb879 Background Color

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

This div background color is #edb879


#edb879 Border Color

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

This div border color is #edb879


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edb879


Comments

No comments written yet.

Please login to write comment.