Color Hex Logo

#bad12b Color Hex

#BAD12B
(186,209,43)
0 Favorites   0 Comments

Color spaces of #bad12b

RGB 18620943
HSL0.190.660.49
HSV68°79°82°
CMYK 0.110.000.79   0.18
XYZ43.486256.214410.8440
Yxy56.21440.39340.5085
Hunter Lab74.9763-27.678543.9081
CIE-Lab79.7357-27.375772.3558

#bad12b color RGB value is (186,209,43).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11010001 00101011
Octal 272 321 53
Decimal 186 209 43
Hex BA D1 2B

RGB Percentages of Color #bad12b

%42.47
%47.72
%9.82

CMYK Percentages of Color #bad12b

%11
%0
%79
%18

Triadic Colors of #bad12b

#bad12b #2bbad1 #d12bba

Analogous Colors of #bad12b

#bad12b #67d12b #d1952b

Monochromatic Colors of #bad12b

#bad12b

Complementary Color

#bad12b #422bd1

#bad12b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bad12b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bad12b Color CSS Codes

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

#bad12b Text Font Color

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

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


#bad12b Background Color

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

This div background color is #bad12b


#bad12b Border Color

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

This div border color is #bad12b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bad12b


Comments

No comments written yet.

Please login to write comment.