Color Hex Logo

#bad20a Color Hex

#BAD20A
(186,210,10)
0 Favorites   0 Comments

Color spaces of #bad20a

RGB 18621010
HSL0.190.910.43
HSV67°95°82°
CMYK 0.110.000.95   0.18
XYZ43.351156.55428.9184
Yxy56.55420.39840.5197
Hunter Lab75.2025-28.706745.6105
CIE-Lab79.9282-28.604978.5363

#bad20a color RGB value is (186,210,10).

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

The process color (four color CMYK) of #bad20a color hex is 0.11, 0.00, 0.95, 0.18. Web safe color of #bad20a is #cccc00. Color #bad20a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11010010 00001010
Octal 272 322 12
Decimal 186 210 10
Hex BA D2 A

RGB Percentages of Color #bad20a

%45.81
%51.72
%2.46

CMYK Percentages of Color #bad20a

%11
%0
%95
%18

Triadic Colors of #bad20a

#bad20a #0abad2 #d20aba

Analogous Colors of #bad20a

#bad20a #56d20a #d2860a

Monochromatic Colors of #bad20a

#bad20a

Complementary Color

#bad20a #220ad2

#bad20a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bad20a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bad20a Color CSS Codes

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

#bad20a Text Font Color

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

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


#bad20a Background Color

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

This div background color is #bad20a


#bad20a Border Color

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

This div border color is #bad20a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bad20a


Comments

No comments written yet.

Please login to write comment.