Color Hex Logo

#bad303 Color Hex

#BAD303
(186,211,3)
0 Favorites   0 Comments

Color spaces of #bad303

RGB 1862113
HSL0.190.970.42
HSV67°99°83°
CMYK 0.120.000.99   0.17
XYZ43.560457.03428.7990
Yxy57.03420.39820.5214
Hunter Lab75.5210-29.203245.9568
CIE-Lab80.1988-29.153079.3922

#bad303 color RGB value is (186,211,3).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11010011 00000011
Octal 272 323 3
Decimal 186 211 3
Hex BA D3 3

RGB Percentages of Color #bad303

%46.50
%52.75
%0.75

CMYK Percentages of Color #bad303

%12
%0
%99
%17

Triadic Colors of #bad303

#bad303 #03bad3 #d303ba

Analogous Colors of #bad303

#bad303 #52d303 #d38403

Monochromatic Colors of #bad303

#bad303

Complementary Color

#bad303 #1c03d3

#bad303 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bad303 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bad303 Color CSS Codes

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

#bad303 Text Font Color

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

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


#bad303 Background Color

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

This div background color is #bad303


#bad303 Border Color

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

This div border color is #bad303


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bad303


Comments

No comments written yet.

Please login to write comment.