Color Hex Logo

#edb159 Color Hex

#EDB159
(237,177,89)
0 Favorites   0 Comments

Color spaces of #edb159

RGB 23717789
HSL0.100.800.64
HSV36°62°93°
CMYK 0.000.250.62   0.07
XYZ52.450450.170116.3706
Yxy50.17010.44080.4216
Hunter Lab70.83098.225635.8783
CIE-Lab76.173512.816352.5714

#edb159 color RGB value is (237,177,89).

#edb159 hex color red value is 237, green value is 177 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #edb159 hue: 0.10 , saturation: 0.80 and the lightness value of edb159 is 0.64.

The process color (four color CMYK) of #edb159 color hex is 0.00, 0.25, 0.62, 0.07. Web safe color of #edb159 is #ff9966. Color #edb159 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10110001 01011001
Octal 355 261 131
Decimal 237 177 89
Hex ED B1 59

RGB Percentages of Color #edb159

%47.12
%35.19
%17.69

CMYK Percentages of Color #edb159

%0
%25
%62
%7

Triadic Colors of #edb159

#edb159 #59edb1 #b159ed

Analogous Colors of #edb159

#edb159 #dfed59 #ed6759

Monochromatic Colors of #edb159

#edb159

Complementary Color

#edb159 #5995ed

#edb159 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edb159 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edb159 Color CSS Codes

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

#edb159 Text Font Color

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

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


#edb159 Background Color

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

This div background color is #edb159


#edb159 Border Color

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

This div border color is #edb159


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edb159


Comments

No comments written yet.

Please login to write comment.