Color Hex Logo

#edb30a Color Hex

#EDB30A
(237,179,10)
0 Favorites   0 Comments

Color spaces of #edb30a

RGB 23717910
HSL0.120.920.48
HSV45°96°93°
CMYK 0.000.240.96   0.07
XYZ51.099950.26667.2963
Yxy50.26660.47030.4626
Hunter Lab70.89894.579443.5277
CIE-Lab76.23269.011277.7865

#edb30a color RGB value is (237,179,10).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10110011 00001010
Octal 355 263 12
Decimal 237 179 10
Hex ED B3 A

RGB Percentages of Color #edb30a

%55.63
%42.02
%2.35

CMYK Percentages of Color #edb30a

%0
%24
%96
%7

Triadic Colors of #edb30a

#edb30a #0aedb3 #b30aed

Analogous Colors of #edb30a

#edb30a #b6ed0a #ed420a

Monochromatic Colors of #edb30a

#edb30a

Complementary Color

#edb30a #0a44ed

#edb30a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edb30a Color Preview on White Background

Lorem ipsum dolor sit amet.

#edb30a Color CSS Codes

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

#edb30a Text Font Color

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

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


#edb30a Background Color

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

This div background color is #edb30a


#edb30a Border Color

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

This div border color is #edb30a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edb30a


Comments

No comments written yet.

Please login to write comment.