Color Hex Logo

#bad13a Color Hex

#BAD13A
(186,209,58)
0 Favorites   0 Comments

Color spaces of #bad13a

RGB 18620958
HSL0.190.620.52
HSV69°72°82°
CMYK 0.110.000.72   0.18
XYZ43.813956.345512.5695
Yxy56.34550.38870.4998
Hunter Lab75.0636-27.172742.6164
CIE-Lab79.8101-26.730967.8069

#bad13a color RGB value is (186,209,58).

#bad13a hex color red value is 186, green value is 209 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #bad13a hue: 0.19 , saturation: 0.62 and the lightness value of bad13a is 0.52.

The process color (four color CMYK) of #bad13a color hex is 0.11, 0.00, 0.72, 0.18. Web safe color of #bad13a is #cccc33. Color #bad13a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11010001 00111010
Octal 272 321 72
Decimal 186 209 58
Hex BA D1 3A

RGB Percentages of Color #bad13a

%41.06
%46.14
%12.80

CMYK Percentages of Color #bad13a

%11
%0
%72
%18

Triadic Colors of #bad13a

#bad13a #3abad1 #d13aba

Analogous Colors of #bad13a

#bad13a #6fd13a #d19d3a

Monochromatic Colors of #bad13a

#bad13a

Complementary Color

#bad13a #513ad1

#bad13a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bad13a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bad13a Color CSS Codes

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

#bad13a Text Font Color

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

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


#bad13a Background Color

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

This div background color is #bad13a


#bad13a Border Color

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

This div border color is #bad13a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bad13a


Comments

No comments written yet.

Please login to write comment.