Color Hex Logo

#bad301 Color Hex

#BAD301
(186,211,1)
0 Favorites   0 Comments

Color spaces of #bad301

RGB 1862111
HSL0.190.990.42
HSV67°100°83°
CMYK 0.120.001.00   0.17
XYZ43.549457.02988.7413
Yxy57.02980.39840.5217
Hunter Lab75.5181-29.220145.9998
CIE-Lab80.1964-29.174879.5774

#bad301 color RGB value is (186,211,1).

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

The process color (four color CMYK) of #bad301 color hex is 0.12, 0.00, 1.00, 0.17. Web safe color of #bad301 is #cccc00. Color #bad301 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11010011 00000001
Octal 272 323 1
Decimal 186 211 1
Hex BA D3 1

RGB Percentages of Color #bad301

%46.73
%53.02
%0.25

CMYK Percentages of Color #bad301

%12
%0
%100
%17

Triadic Colors of #bad301

#bad301 #01bad3 #d301ba

Analogous Colors of #bad301

#bad301 #51d301 #d38301

Monochromatic Colors of #bad301

#bad301

Complementary Color

#bad301 #1a01d3

#bad301 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bad301 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bad301 Color CSS Codes

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

#bad301 Text Font Color

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

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


#bad301 Background Color

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

This div background color is #bad301


#bad301 Border Color

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

This div border color is #bad301


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bad301


Comments

No comments written yet.

Please login to write comment.