Color Hex Logo

#bad209 Color Hex

#BAD209
(186,210,9)
0 Favorites   0 Comments

Color spaces of #bad209

RGB 1862109
HSL0.190.920.43
HSV67°96°82°
CMYK 0.110.000.96   0.18
XYZ43.345656.55208.8895
Yxy56.55200.39840.5198
Hunter Lab75.2011-28.715245.6321
CIE-Lab79.9270-28.615878.6281

#bad209 color RGB value is (186,210,9).

#bad209 hex color red value is 186, green value is 210 and the blue value of its RGB is 9. Cylindrical-coordinate representations (also known as HSL) of color #bad209 hue: 0.19 , saturation: 0.92 and the lightness value of bad209 is 0.43.

The process color (four color CMYK) of #bad209 color hex is 0.11, 0.00, 0.96, 0.18. Web safe color of #bad209 is #cccc00. Color #bad209 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11010010 00001001
Octal 272 322 11
Decimal 186 210 9
Hex BA D2 9

RGB Percentages of Color #bad209

%45.93
%51.85
%2.22

CMYK Percentages of Color #bad209

%11
%0
%96
%18

Triadic Colors of #bad209

#bad209 #09bad2 #d209ba

Analogous Colors of #bad209

#bad209 #55d209 #d28609

Monochromatic Colors of #bad209

#bad209

Complementary Color

#bad209 #2109d2

#bad209 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bad209 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bad209 Color CSS Codes

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

#bad209 Text Font Color

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

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


#bad209 Background Color

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

This div background color is #bad209


#bad209 Border Color

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

This div border color is #bad209


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bad209


Comments

No comments written yet.

Please login to write comment.