Color Hex Logo

#bad80a Color Hex

#BAD80A
(186,216,10)
1 Favorites   0 Comments

Color spaces of #bad80a

RGB 18621610
HSL0.190.910.44
HSV69°95°85°
CMYK 0.140.000.95   0.15
XYZ44.860459.57289.4215
Yxy59.57280.39400.5232
Hunter Lab77.1834-31.323546.7911
CIE-Lab81.6054-31.418679.8246

#bad80a color RGB value is (186,216,10).

#bad80a hex color red value is 186, green value is 216 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #bad80a hue: 0.19 , saturation: 0.91 and the lightness value of bad80a is 0.44.

The process color (four color CMYK) of #bad80a color hex is 0.14, 0.00, 0.95, 0.15. Web safe color of #bad80a is #cccc00. Color #bad80a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11011000 00001010
Octal 272 330 12
Decimal 186 216 10
Hex BA D8 A

RGB Percentages of Color #bad80a

%45.15
%52.43
%2.43

CMYK Percentages of Color #bad80a

%14
%0
%95
%15

Triadic Colors of #bad80a

#bad80a #0abad8 #d80aba

Analogous Colors of #bad80a

#bad80a #53d80a #d88f0a

Monochromatic Colors of #bad80a

#bad80a

Complementary Color

#bad80a #280ad8

#bad80a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bad80a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bad80a Color CSS Codes

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

#bad80a Text Font Color

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

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


#bad80a Background Color

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

This div background color is #bad80a


#bad80a Border Color

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

This div border color is #bad80a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bad80a

#bad80a Color Palettes


Comments

No comments written yet.

Please login to write comment.