Color Hex Logo

#bad12c Color Hex

#BAD12C
(186,209,44)
0 Favorites   0 Comments

Color spaces of #bad12c

RGB 18620944
HSL0.190.650.50
HSV68°79°82°
CMYK 0.110.000.79   0.18
XYZ43.504856.221910.9418
Yxy56.22190.39310.5080
Hunter Lab74.9813-27.649943.8349
CIE-Lab79.7399-27.339172.0853

#bad12c color RGB value is (186,209,44).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11010001 00101100
Octal 272 321 54
Decimal 186 209 44
Hex BA D1 2C

RGB Percentages of Color #bad12c

%42.37
%47.61
%10.02

CMYK Percentages of Color #bad12c

%11
%0
%79
%18

Triadic Colors of #bad12c

#bad12c #2cbad1 #d12cba

Analogous Colors of #bad12c

#bad12c #68d12c #d1962c

Monochromatic Colors of #bad12c

#bad12c

Complementary Color

#bad12c #432cd1

#bad12c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bad12c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bad12c Color CSS Codes

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

#bad12c Text Font Color

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

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


#bad12c Background Color

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

This div background color is #bad12c


#bad12c Border Color

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

This div border color is #bad12c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bad12c


Comments

No comments written yet.

Please login to write comment.