Color Hex Logo

#edb93e Color Hex

#EDB93E
(237,185,62)
0 Favorites   0 Comments

Color spaces of #edb93e

RGB 23718562
HSL0.120.830.59
HSV42°74°93°
CMYK 0.000.220.74   0.07
XYZ53.143553.050211.9962
Yxy53.05020.44960.4489
Hunter Lab72.83562.777941.2197
CIE-Lab77.90467.153366.0253

#edb93e color RGB value is (237,185,62).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10111001 00111110
Octal 355 271 76
Decimal 237 185 62
Hex ED B9 3E

RGB Percentages of Color #edb93e

%48.97
%38.22
%12.81

CMYK Percentages of Color #edb93e

%0
%22
%74
%7

Triadic Colors of #edb93e

#edb93e #3eedb9 #b93eed

Analogous Colors of #edb93e

#edb93e #caed3e #ed613e

Monochromatic Colors of #edb93e

#edb93e

Complementary Color

#edb93e #3e72ed

#edb93e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edb93e Color Preview on White Background

Lorem ipsum dolor sit amet.

#edb93e Color CSS Codes

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

#edb93e Text Font Color

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

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


#edb93e Background Color

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

This div background color is #edb93e


#edb93e Border Color

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

This div border color is #edb93e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edb93e


Comments

No comments written yet.

Please login to write comment.