Color Hex Logo

#bad72c Color Hex

#BAD72C
(186,215,44)
0 Favorites   0 Comments

Color spaces of #bad72c

RGB 18621544
HSL0.190.680.51
HSV70°80°84°
CMYK 0.130.000.80   0.16
XYZ45.004859.221811.4418
Yxy59.22180.38910.5120
Hunter Lab76.9557-30.283145.0537
CIE-Lab81.4134-30.173473.5752

#bad72c color RGB value is (186,215,44).

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

The process color (four color CMYK) of #bad72c color hex is 0.13, 0.00, 0.80, 0.16. Web safe color of #bad72c is #cccc33. Color #bad72c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11010111 00101100
Octal 272 327 54
Decimal 186 215 44
Hex BA D7 2C

RGB Percentages of Color #bad72c

%41.80
%48.31
%9.89

CMYK Percentages of Color #bad72c

%13
%0
%80
%16

Triadic Colors of #bad72c

#bad72c #2cbad7 #d72cba

Analogous Colors of #bad72c

#bad72c #65d72c #d79f2c

Monochromatic Colors of #bad72c

#bad72c

Complementary Color

#bad72c #492cd7

#bad72c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bad72c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bad72c Color CSS Codes

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

#bad72c Text Font Color

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

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


#bad72c Background Color

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

This div background color is #bad72c


#bad72c Border Color

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

This div border color is #bad72c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bad72c


Comments

No comments written yet.

Please login to write comment.