Color Hex Logo

#bad831 Color Hex

#BAD831
(186,216,49)
0 Favorites   0 Comments

Color spaces of #bad831

RGB 18621649
HSL0.200.680.52
HSV71°77°85°
CMYK 0.140.000.77   0.15
XYZ45.359959.772612.0523
Yxy59.77260.38710.5101
Hunter Lab77.3127-30.570244.8762
CIE-Lab81.7144-30.448972.4447

#bad831 color RGB value is (186,216,49).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11011000 00110001
Octal 272 330 61
Decimal 186 216 49
Hex BA D8 31

RGB Percentages of Color #bad831

%41.24
%47.89
%10.86

CMYK Percentages of Color #bad831

%14
%0
%77
%15

Triadic Colors of #bad831

#bad831 #31bad8 #d831ba

Analogous Colors of #bad831

#bad831 #67d831 #d8a331

Monochromatic Colors of #bad831

#bad831

Complementary Color

#bad831 #4f31d8

#bad831 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bad831 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bad831 Color CSS Codes

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

#bad831 Text Font Color

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

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


#bad831 Background Color

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

This div background color is #bad831


#bad831 Border Color

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

This div border color is #bad831


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(186,216,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 #bad831">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bad831


Comments

No comments written yet.

Please login to write comment.