Color Hex Logo

#bad71e Color Hex

#BAD71E
(186,215,30)
0 Favorites   0 Comments

Color spaces of #bad71e

RGB 18621530
HSL0.190.760.48
HSV69°86°84°
CMYK 0.130.000.86   0.16
XYZ44.784559.133710.2819
Yxy59.13370.39220.5178
Hunter Lab76.8984-30.616545.9014
CIE-Lab81.3650-30.602176.7953

#bad71e color RGB value is (186,215,30).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11010111 00011110
Octal 272 327 36
Decimal 186 215 30
Hex BA D7 1E

RGB Percentages of Color #bad71e

%43.16
%49.88
%6.96

CMYK Percentages of Color #bad71e

%13
%0
%86
%16

Triadic Colors of #bad71e

#bad71e #1ebad7 #d71eba

Analogous Colors of #bad71e

#bad71e #5ed71e #d7981e

Monochromatic Colors of #bad71e

#bad71e

Complementary Color

#bad71e #3b1ed7

#bad71e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bad71e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bad71e Color CSS Codes

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

#bad71e Text Font Color

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

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


#bad71e Background Color

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

This div background color is #bad71e


#bad71e Border Color

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

This div border color is #bad71e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bad71e


Comments

No comments written yet.

Please login to write comment.