Color Hex Logo

#bad32a Color Hex

#BAD32A
(186,211,42)
0 Favorites   0 Comments

Color spaces of #bad32a

RGB 18621142
HSL0.190.670.50
HSV69°80°83°
CMYK 0.120.000.80   0.17
XYZ43.961957.194810.9132
Yxy57.19480.39230.5103
Hunter Lab75.6272-28.586144.3834
CIE-Lab80.2890-28.361073.1131

#bad32a color RGB value is (186,211,42).

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

The process color (four color CMYK) of #bad32a color hex is 0.12, 0.00, 0.80, 0.17. Web safe color of #bad32a is #cccc33. Color #bad32a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11010011 00101010
Octal 272 323 52
Decimal 186 211 42
Hex BA D3 2A

RGB Percentages of Color #bad32a

%42.37
%48.06
%9.57

CMYK Percentages of Color #bad32a

%12
%0
%80
%17

Triadic Colors of #bad32a

#bad32a #2abad3 #d32aba

Analogous Colors of #bad32a

#bad32a #66d32a #d3982a

Monochromatic Colors of #bad32a

#bad32a

Complementary Color

#bad32a #432ad3

#bad32a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bad32a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bad32a Color CSS Codes

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

#bad32a Text Font Color

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

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


#bad32a Background Color

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

This div background color is #bad32a


#bad32a Border Color

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

This div border color is #bad32a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bad32a


Comments

No comments written yet.

Please login to write comment.