Color Hex Logo

#bad430 Color Hex

#BAD430
(186,212,48)
0 Favorites   0 Comments

Color spaces of #bad430

RGB 18621248
HSL0.190.660.51
HSV70°77°83°
CMYK 0.120.000.77   0.17
XYZ44.326757.739511.6049
Yxy57.73950.39000.5080
Hunter Lab75.9865-28.848544.1356
CIE-Lab80.5937-28.607871.7157

#bad430 color RGB value is (186,212,48).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11010100 00110000
Octal 272 324 60
Decimal 186 212 48
Hex BA D4 30

RGB Percentages of Color #bad430

%41.70
%47.53
%10.76

CMYK Percentages of Color #bad430

%12
%0
%77
%17

Triadic Colors of #bad430

#bad430 #30bad4 #d430ba

Analogous Colors of #bad430

#bad430 #68d430 #d49c30

Monochromatic Colors of #bad430

#bad430

Complementary Color

#bad430 #4a30d4

#bad430 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bad430 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bad430 Color CSS Codes

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

#bad430 Text Font Color

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

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


#bad430 Background Color

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

This div background color is #bad430


#bad430 Border Color

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

This div border color is #bad430


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bad430


Comments

No comments written yet.

Please login to write comment.