Color Hex Logo

#bad939 Color Hex

#BAD939
(186,217,57)
0 Favorites   0 Comments

Color spaces of #bad939

RGB 18621757
HSL0.200.680.54
HSV72°74°85°
CMYK 0.140.000.74   0.15
XYZ45.801160.360213.1076
Yxy60.36020.38400.5061
Hunter Lab77.6918-30.730944.3813
CIE-Lab82.0336-30.561870.2703

#bad939 color RGB value is (186,217,57).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11011001 00111001
Octal 272 331 71
Decimal 186 217 57
Hex BA D9 39

RGB Percentages of Color #bad939

%40.43
%47.17
%12.39

CMYK Percentages of Color #bad939

%14
%0
%74
%15

Triadic Colors of #bad939

#bad939 #39bad9 #d939ba

Analogous Colors of #bad939

#bad939 #6ad939 #d9a839

Monochromatic Colors of #bad939

#bad939

Complementary Color

#bad939 #5839d9

#bad939 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bad939 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bad939 Color CSS Codes

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

#bad939 Text Font Color

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

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


#bad939 Background Color

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

This div background color is #bad939


#bad939 Border Color

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

This div border color is #bad939


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bad939


Comments

No comments written yet.

Please login to write comment.