Color Hex Logo

#edb30c Color Hex

#EDB30C
(237,179,12)
0 Favorites   0 Comments

Color spaces of #edb30c

RGB 23717912
HSL0.120.900.49
HSV45°95°93°
CMYK 0.000.240.95   0.07
XYZ51.111550.27137.3573
Yxy50.27130.47000.4623
Hunter Lab70.90234.596843.4792
CIE-Lab76.23559.029577.5657

#edb30c color RGB value is (237,179,12).

#edb30c hex color red value is 237, green value is 179 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #edb30c hue: 0.12 , saturation: 0.90 and the lightness value of edb30c is 0.49.

The process color (four color CMYK) of #edb30c color hex is 0.00, 0.24, 0.95, 0.07. Web safe color of #edb30c is #ffcc00. Color #edb30c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10110011 00001100
Octal 355 263 14
Decimal 237 179 12
Hex ED B3 C

RGB Percentages of Color #edb30c

%55.37
%41.82
%2.80

CMYK Percentages of Color #edb30c

%0
%24
%95
%7

Triadic Colors of #edb30c

#edb30c #0cedb3 #b30ced

Analogous Colors of #edb30c

#edb30c #b7ed0c #ed430c

Monochromatic Colors of #edb30c

#edb30c

Complementary Color

#edb30c #0c46ed

#edb30c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edb30c Color Preview on White Background

Lorem ipsum dolor sit amet.

#edb30c Color CSS Codes

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

#edb30c Text Font Color

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

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


#edb30c Background Color

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

This div background color is #edb30c


#edb30c Border Color

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

This div border color is #edb30c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edb30c


Comments

No comments written yet.

Please login to write comment.