Color Hex Logo

#edb93b Color Hex

#EDB93B
(237,185,59)
0 Favorites   0 Comments

Color spaces of #edb93b

RGB 23718559
HSL0.120.830.58
HSV42°75°93°
CMYK 0.000.220.75   0.07
XYZ53.063453.018211.5745
Yxy53.01820.45100.4506
Hunter Lab72.81362.659341.5447
CIE-Lab77.88577.027767.1296

#edb93b color RGB value is (237,185,59).

#edb93b hex color red value is 237, green value is 185 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #edb93b hue: 0.12 , saturation: 0.83 and the lightness value of edb93b is 0.58.

The process color (four color CMYK) of #edb93b color hex is 0.00, 0.22, 0.75, 0.07. Web safe color of #edb93b is #ffcc33. Color #edb93b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10111001 00111011
Octal 355 271 73
Decimal 237 185 59
Hex ED B9 3B

RGB Percentages of Color #edb93b

%49.27
%38.46
%12.27

CMYK Percentages of Color #edb93b

%0
%22
%75
%7

Triadic Colors of #edb93b

#edb93b #3bedb9 #b93bed

Analogous Colors of #edb93b

#edb93b #c8ed3b #ed603b

Monochromatic Colors of #edb93b

#edb93b

Complementary Color

#edb93b #3b6fed

#edb93b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edb93b Color Preview on White Background

Lorem ipsum dolor sit amet.

#edb93b Color CSS Codes

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

#edb93b Text Font Color

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

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


#edb93b Background Color

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

This div background color is #edb93b


#edb93b Border Color

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

This div border color is #edb93b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edb93b


Comments

No comments written yet.

Please login to write comment.