Color Hex Logo

#edbb59 Color Hex

#EDBB59
(237,187,89)
0 Favorites   0 Comments

Color spaces of #edbb59

RGB 23718789
HSL0.110.800.64
HSV40°62°93°
CMYK 0.000.210.62   0.07
XYZ54.498554.266417.0533
Yxy54.26640.43320.4313
Hunter Lab73.66573.140737.8406
CIE-Lab78.61687.555155.3257

#edbb59 color RGB value is (237,187,89).

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

The process color (four color CMYK) of #edbb59 color hex is 0.00, 0.21, 0.62, 0.07. Web safe color of #edbb59 is #ffcc66. Color #edbb59 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10111011 01011001
Octal 355 273 131
Decimal 237 187 89
Hex ED BB 59

RGB Percentages of Color #edbb59

%46.20
%36.45
%17.35

CMYK Percentages of Color #edbb59

%0
%21
%62
%7

Triadic Colors of #edbb59

#edbb59 #59edbb #bb59ed

Analogous Colors of #edbb59

#edbb59 #d5ed59 #ed7159

Monochromatic Colors of #edbb59

#edbb59

Complementary Color

#edbb59 #598bed

#edbb59 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edbb59 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edbb59 Color CSS Codes

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

#edbb59 Text Font Color

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

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


#edbb59 Background Color

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

This div background color is #edbb59


#edbb59 Border Color

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

This div border color is #edbb59


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edbb59


Comments

No comments written yet.

Please login to write comment.