Color Hex Logo

#bad311 Color Hex

#BAD311
(186,211,17)
0 Favorites   0 Comments

Color spaces of #bad311

RGB 18621117
HSL0.190.850.45
HSV68°92°83°
CMYK 0.120.000.92   0.17
XYZ43.645157.06819.2452
Yxy57.06810.39690.5190
Hunter Lab75.5434-29.072945.6243
CIE-Lab80.2179-28.985477.9875

#bad311 color RGB value is (186,211,17).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11010011 00010001
Octal 272 323 21
Decimal 186 211 17
Hex BA D3 11

RGB Percentages of Color #bad311

%44.93
%50.97
%4.11

CMYK Percentages of Color #bad311

%12
%0
%92
%17

Triadic Colors of #bad311

#bad311 #11bad3 #d311ba

Analogous Colors of #bad311

#bad311 #59d311 #d38b11

Monochromatic Colors of #bad311

#bad311

Complementary Color

#bad311 #2a11d3

#bad311 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bad311 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bad311 Color CSS Codes

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

#bad311 Text Font Color

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

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


#bad311 Background Color

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

This div background color is #bad311


#bad311 Border Color

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

This div border color is #bad311


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bad311


Comments

No comments written yet.

Please login to write comment.