Color Hex Logo

#edb259 Color Hex

#EDB259
(237,178,89)
0 Favorites   0 Comments

Color spaces of #edb259

RGB 23717889
HSL0.100.800.64
HSV36°62°93°
CMYK 0.000.250.62   0.07
XYZ52.648650.566616.4366
Yxy50.56660.44000.4226
Hunter Lab71.11027.715136.0727
CIE-Lab76.415712.288352.8462

#edb259 color RGB value is (237,178,89).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10110010 01011001
Octal 355 262 131
Decimal 237 178 89
Hex ED B2 59

RGB Percentages of Color #edb259

%47.02
%35.32
%17.66

CMYK Percentages of Color #edb259

%0
%25
%62
%7

Triadic Colors of #edb259

#edb259 #59edb2 #b259ed

Analogous Colors of #edb259

#edb259 #deed59 #ed6859

Monochromatic Colors of #edb259

#edb259

Complementary Color

#edb259 #5994ed

#edb259 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edb259 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edb259 Color CSS Codes

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

#edb259 Text Font Color

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

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


#edb259 Background Color

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

This div background color is #edb259


#edb259 Border Color

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

This div border color is #edb259


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edb259


Comments

No comments written yet.

Please login to write comment.