Color Hex Logo

#bad709 Color Hex

#BAD709
(186,215,9)
0 Favorites   0 Comments

Color spaces of #bad709

RGB 1862159
HSL0.190.920.44
HSV68°96°84°
CMYK 0.130.000.96   0.16
XYZ44.599459.05979.3075
Yxy59.05970.39480.5228
Hunter Lab76.8503-30.897146.6145
CIE-Lab81.3244-30.963779.6983

#bad709 color RGB value is (186,215,9).

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

The process color (four color CMYK) of #bad709 color hex is 0.13, 0.00, 0.96, 0.16. Web safe color of #bad709 is #cccc00. Color #bad709 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11010111 00001001
Octal 272 327 11
Decimal 186 215 9
Hex BA D7 9

RGB Percentages of Color #bad709

%45.37
%52.44
%2.20

CMYK Percentages of Color #bad709

%13
%0
%96
%16

Triadic Colors of #bad709

#bad709 #09bad7 #d709ba

Analogous Colors of #bad709

#bad709 #53d709 #d78d09

Monochromatic Colors of #bad709

#bad709

Complementary Color

#bad709 #2609d7

#bad709 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bad709 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bad709 Color CSS Codes

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

#bad709 Text Font Color

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

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


#bad709 Background Color

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

This div background color is #bad709


#bad709 Border Color

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

This div border color is #bad709


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bad709


Comments

No comments written yet.

Please login to write comment.