Color Hex Logo

#bad71a Color Hex

#BAD71A
(186,215,26)
0 Favorites   0 Comments

Color spaces of #bad71a

RGB 18621526
HSL0.190.780.47
HSV69°88°84°
CMYK 0.130.000.88   0.16
XYZ44.736659.114610.0297
Yxy59.11460.39280.5191
Hunter Lab76.8860-30.689246.0859
CIE-Lab81.3545-30.695677.5281

#bad71a color RGB value is (186,215,26).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11010111 00011010
Octal 272 327 32
Decimal 186 215 26
Hex BA D7 1A

RGB Percentages of Color #bad71a

%43.56
%50.35
%6.09

CMYK Percentages of Color #bad71a

%13
%0
%88
%16

Triadic Colors of #bad71a

#bad71a #1abad7 #d71aba

Analogous Colors of #bad71a

#bad71a #5bd71a #d7961a

Monochromatic Colors of #bad71a

#bad71a

Complementary Color

#bad71a #371ad7

#bad71a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bad71a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bad71a Color CSS Codes

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

#bad71a Text Font Color

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

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


#bad71a Background Color

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

This div background color is #bad71a


#bad71a Border Color

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

This div border color is #bad71a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bad71a


Comments

No comments written yet.

Please login to write comment.