Color Hex Logo

#bad131 Color Hex

#BAD131
(186,209,49)
0 Favorites   0 Comments

Color spaces of #bad131

RGB 18620949
HSL0.190.630.51
HSV69°77°82°
CMYK 0.110.000.77   0.18
XYZ43.604556.261811.4671
Yxy56.26180.39170.5053
Hunter Lab75.0079-27.495943.4413
CIE-Lab79.7626-27.142670.6595

#bad131 color RGB value is (186,209,49).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11010001 00110001
Octal 272 321 61
Decimal 186 209 49
Hex BA D1 31

RGB Percentages of Color #bad131

%41.89
%47.07
%11.04

CMYK Percentages of Color #bad131

%11
%0
%77
%18

Triadic Colors of #bad131

#bad131 #31bad1 #d131ba

Analogous Colors of #bad131

#bad131 #6ad131 #d19831

Monochromatic Colors of #bad131

#bad131

Complementary Color

#bad131 #4831d1

#bad131 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bad131 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bad131 Color CSS Codes

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

#bad131 Text Font Color

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

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


#bad131 Background Color

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

This div background color is #bad131


#bad131 Border Color

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

This div border color is #bad131


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bad131


Comments

No comments written yet.

Please login to write comment.