Color Hex Logo

#bad72b Color Hex

#BAD72B
(186,215,43)
0 Favorites   0 Comments

Color spaces of #bad72b

RGB 18621543
HSL0.190.680.51
HSV70°80°84°
CMYK 0.130.000.80   0.16
XYZ44.986259.214411.3440
Yxy59.21440.38930.5125
Hunter Lab76.9509-30.311345.1252
CIE-Lab81.4093-30.209673.8379

#bad72b color RGB value is (186,215,43).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11010111 00101011
Octal 272 327 53
Decimal 186 215 43
Hex BA D7 2B

RGB Percentages of Color #bad72b

%41.89
%48.42
%9.68

CMYK Percentages of Color #bad72b

%13
%0
%80
%16

Triadic Colors of #bad72b

#bad72b #2bbad7 #d72bba

Analogous Colors of #bad72b

#bad72b #64d72b #d79e2b

Monochromatic Colors of #bad72b

#bad72b

Complementary Color

#bad72b #482bd7

#bad72b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bad72b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bad72b Color CSS Codes

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

#bad72b Text Font Color

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

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


#bad72b Background Color

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

This div background color is #bad72b


#bad72b Border Color

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

This div border color is #bad72b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bad72b


Comments

No comments written yet.

Please login to write comment.