Color Hex Logo

#bad72f Color Hex

#BAD72F
(186,215,47)
0 Favorites   0 Comments

Color spaces of #bad72f

RGB 18621547
HSL0.200.680.51
HSV70°78°84°
CMYK 0.130.000.78   0.16
XYZ45.063259.245211.7497
Yxy59.24520.38830.5105
Hunter Lab76.9709-30.194944.8289
CIE-Lab81.4262-30.060272.7582

#bad72f color RGB value is (186,215,47).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11010111 00101111
Octal 272 327 57
Decimal 186 215 47
Hex BA D7 2F

RGB Percentages of Color #bad72f

%41.52
%47.99
%10.49

CMYK Percentages of Color #bad72f

%13
%0
%78
%16

Triadic Colors of #bad72f

#bad72f #2fbad7 #d72fba

Analogous Colors of #bad72f

#bad72f #66d72f #d7a02f

Monochromatic Colors of #bad72f

#bad72f

Complementary Color

#bad72f #4c2fd7

#bad72f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bad72f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bad72f Color CSS Codes

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

#bad72f Text Font Color

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

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


#bad72f Background Color

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

This div background color is #bad72f


#bad72f Border Color

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

This div border color is #bad72f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bad72f


Comments

No comments written yet.

Please login to write comment.