Color Hex Logo

#bad308 Color Hex

#BAD308
(186,211,8)
0 Favorites   0 Comments

Color spaces of #bad308

RGB 1862118
HSL0.190.930.43
HSV67°96°83°
CMYK 0.120.000.96   0.17
XYZ43.587857.04528.9432
Yxy57.04520.39780.5206
Hunter Lab75.5283-29.161145.8493
CIE-Lab80.2050-29.098878.9331

#bad308 color RGB value is (186,211,8).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11010011 00001000
Octal 272 323 10
Decimal 186 211 8
Hex BA D3 8

RGB Percentages of Color #bad308

%45.93
%52.10
%1.98

CMYK Percentages of Color #bad308

%12
%0
%96
%17

Triadic Colors of #bad308

#bad308 #08bad3 #d308ba

Analogous Colors of #bad308

#bad308 #54d308 #d38708

Monochromatic Colors of #bad308

#bad308

Complementary Color

#bad308 #2108d3

#bad308 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bad308 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bad308 Color CSS Codes

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

#bad308 Text Font Color

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

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


#bad308 Background Color

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

This div background color is #bad308


#bad308 Border Color

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

This div border color is #bad308


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bad308


Comments

No comments written yet.

Please login to write comment.