Color Hex Logo

#edb876 Color Hex

#EDB876
(237,184,118)
0 Favorites   0 Comments

Color spaces of #edb876

RGB 237184118
HSL0.090.770.70
HSV33°50°93°
CMYK 0.000.220.50   0.07
XYZ55.335653.593524.5676
Yxy53.59350.41450.4015
Hunter Lab73.20766.810031.3483
CIE-Lab78.224111.363840.6973

#edb876 color RGB value is (237,184,118).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10111000 01110110
Octal 355 270 166
Decimal 237 184 118
Hex ED B8 76

RGB Percentages of Color #edb876

%43.97
%34.14
%21.89

CMYK Percentages of Color #edb876

%0
%22
%50
%7

Triadic Colors of #edb876

#edb876 #76edb8 #b876ed

Analogous Colors of #edb876

#edb876 #e7ed76 #ed7d76

Monochromatic Colors of #edb876

#edb876

Complementary Color

#edb876 #76abed

#edb876 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edb876 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edb876 Color CSS Codes

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

#edb876 Text Font Color

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

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


#edb876 Background Color

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

This div background color is #edb876


#edb876 Border Color

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

This div border color is #edb876


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edb876


Comments

No comments written yet.

Please login to write comment.