Color Hex Logo

#bad42d Color Hex

#BAD42D
(186,212,45)
0 Favorites   0 Comments

Color spaces of #bad42d

RGB 18621245
HSL0.190.660.50
HSV69°79°83°
CMYK 0.120.000.79   0.17
XYZ44.266857.715511.2897
Yxy57.71550.39080.5095
Hunter Lab75.9707-28.939944.3687
CIE-Lab80.5804-28.724972.5591

#bad42d color RGB value is (186,212,45).

#bad42d hex color red value is 186, green value is 212 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #bad42d hue: 0.19 , saturation: 0.66 and the lightness value of bad42d is 0.50.

The process color (four color CMYK) of #bad42d color hex is 0.12, 0.00, 0.79, 0.17. Web safe color of #bad42d is #cccc33. Color #bad42d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11010100 00101101
Octal 272 324 55
Decimal 186 212 45
Hex BA D4 2D

RGB Percentages of Color #bad42d

%41.99
%47.86
%10.16

CMYK Percentages of Color #bad42d

%12
%0
%79
%17

Triadic Colors of #bad42d

#bad42d #2dbad4 #d42dba

Analogous Colors of #bad42d

#bad42d #67d42d #d49b2d

Monochromatic Colors of #bad42d

#bad42d

Complementary Color

#bad42d #472dd4

#bad42d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bad42d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bad42d Color CSS Codes

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

#bad42d Text Font Color

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

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


#bad42d Background Color

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

This div background color is #bad42d


#bad42d Border Color

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

This div border color is #bad42d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bad42d


Comments

No comments written yet.

Please login to write comment.