Color Hex Logo

#bad22a Color Hex

#BAD22A
(186,210,42)
0 Favorites   0 Comments

Color spaces of #bad22a

RGB 18621042
HSL0.190.670.49
HSV69°80°82°
CMYK 0.110.000.80   0.18
XYZ43.714256.699510.8306
Yxy56.69950.39300.5097
Hunter Lab75.2991-28.146844.1814
CIE-Lab80.0103-27.887172.8675

#bad22a color RGB value is (186,210,42).

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

The process color (four color CMYK) of #bad22a color hex is 0.11, 0.00, 0.80, 0.18. Web safe color of #bad22a is #cccc33. Color #bad22a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11010010 00101010
Octal 272 322 52
Decimal 186 210 42
Hex BA D2 2A

RGB Percentages of Color #bad22a

%42.47
%47.95
%9.59

CMYK Percentages of Color #bad22a

%11
%0
%80
%18

Triadic Colors of #bad22a

#bad22a #2abad2 #d22aba

Analogous Colors of #bad22a

#bad22a #66d22a #d2962a

Monochromatic Colors of #bad22a

#bad22a

Complementary Color

#bad22a #422ad2

#bad22a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bad22a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bad22a Color CSS Codes

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

#bad22a Text Font Color

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

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


#bad22a Background Color

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

This div background color is #bad22a


#bad22a Border Color

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

This div border color is #bad22a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(186,210,42, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bad22a


Comments

No comments written yet.

Please login to write comment.