Color Hex Logo

#bad941 Color Hex

#BAD941
(186,217,65)
0 Favorites   0 Comments

Color spaces of #bad941

RGB 18621765
HSL0.200.670.55
HSV72°70°85°
CMYK 0.140.000.70   0.15
XYZ46.016760.446514.2430
Yxy60.44650.38120.5008
Hunter Lab77.7473-30.408243.5615
CIE-Lab82.0803-30.148967.5780

#bad941 color RGB value is (186,217,65).

#bad941 hex color red value is 186, green value is 217 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #bad941 hue: 0.20 , saturation: 0.67 and the lightness value of bad941 is 0.55.

The process color (four color CMYK) of #bad941 color hex is 0.14, 0.00, 0.70, 0.15. Web safe color of #bad941 is #cccc33. Color #bad941 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11011001 01000001
Octal 272 331 101
Decimal 186 217 65
Hex BA D9 41

RGB Percentages of Color #bad941

%39.74
%46.37
%13.89

CMYK Percentages of Color #bad941

%14
%0
%70
%15

Triadic Colors of #bad941

#bad941 #41bad9 #d941ba

Analogous Colors of #bad941

#bad941 #6ed941 #d9ac41

Monochromatic Colors of #bad941

#bad941

Complementary Color

#bad941 #6041d9

#bad941 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bad941 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bad941 Color CSS Codes

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

#bad941 Text Font Color

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

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


#bad941 Background Color

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

This div background color is #bad941


#bad941 Border Color

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

This div border color is #bad941


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bad941


Comments

No comments written yet.

Please login to write comment.