Color Hex Logo

#bad320 Color Hex

#BAD320
(186,211,32)
0 Favorites   0 Comments

Color spaces of #bad320

RGB 18621132
HSL0.190.740.48
HSV68°85°83°
CMYK 0.120.000.85   0.17
XYZ43.804757.131910.0853
Yxy57.13190.39460.5146
Hunter Lab75.5856-28.827544.9990
CIE-Lab80.2537-28.670375.4635

#bad320 color RGB value is (186,211,32).

#bad320 hex color red value is 186, green value is 211 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #bad320 hue: 0.19 , saturation: 0.74 and the lightness value of bad320 is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11010011 00100000
Octal 272 323 40
Decimal 186 211 32
Hex BA D3 20

RGB Percentages of Color #bad320

%43.36
%49.18
%7.46

CMYK Percentages of Color #bad320

%12
%0
%85
%17

Triadic Colors of #bad320

#bad320 #20bad3 #d320ba

Analogous Colors of #bad320

#bad320 #61d320 #d39320

Monochromatic Colors of #bad320

#bad320

Complementary Color

#bad320 #3920d3

#bad320 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bad320 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bad320 Color CSS Codes

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

#bad320 Text Font Color

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

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


#bad320 Background Color

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

This div background color is #bad320


#bad320 Border Color

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

This div border color is #bad320


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bad320


Comments

No comments written yet.

Please login to write comment.