Color Hex Logo

#bad70a Color Hex

#BAD70A
(186,215,10)
0 Favorites   0 Comments

Color spaces of #bad70a

RGB 18621510
HSL0.190.910.44
HSV68°95°84°
CMYK 0.130.000.95   0.16
XYZ44.604959.06199.3363
Yxy59.06190.39470.5227
Hunter Lab76.8517-30.888846.5934
CIE-Lab81.3256-30.952979.6096

#bad70a color RGB value is (186,215,10).

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

The process color (four color CMYK) of #bad70a color hex is 0.13, 0.00, 0.95, 0.16. Web safe color of #bad70a is #cccc00. Color #bad70a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11010111 00001010
Octal 272 327 12
Decimal 186 215 10
Hex BA D7 A

RGB Percentages of Color #bad70a

%45.26
%52.31
%2.43

CMYK Percentages of Color #bad70a

%13
%0
%95
%16

Triadic Colors of #bad70a

#bad70a #0abad7 #d70aba

Analogous Colors of #bad70a

#bad70a #53d70a #d78e0a

Monochromatic Colors of #bad70a

#bad70a

Complementary Color

#bad70a #270ad7

#bad70a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bad70a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bad70a Color CSS Codes

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

#bad70a Text Font Color

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

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


#bad70a Background Color

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

This div background color is #bad70a


#bad70a Border Color

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

This div border color is #bad70a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bad70a


Comments

No comments written yet.

Please login to write comment.