Color Hex Logo

#bad40f Color Hex

#BAD40F
(186,212,15)
0 Favorites   0 Comments

Color spaces of #bad40f

RGB 18621215
HSL0.190.870.45
HSV68°93°83°
CMYK 0.120.000.93   0.17
XYZ43.879457.56069.2495
Yxy57.56060.39640.5200
Hunter Lab75.8687-29.533045.8798
CIE-Lab80.4939-29.486078.4498

#bad40f color RGB value is (186,212,15).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11010100 00001111
Octal 272 324 17
Decimal 186 212 15
Hex BA D4 F

RGB Percentages of Color #bad40f

%45.04
%51.33
%3.63

CMYK Percentages of Color #bad40f

%12
%0
%93
%17

Triadic Colors of #bad40f

#bad40f #0fbad4 #d40fba

Analogous Colors of #bad40f

#bad40f #58d40f #d48c0f

Monochromatic Colors of #bad40f

#bad40f

Complementary Color

#bad40f #290fd4

#bad40f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bad40f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bad40f Color CSS Codes

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

#bad40f Text Font Color

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

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


#bad40f Background Color

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

This div background color is #bad40f


#bad40f Border Color

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

This div border color is #bad40f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bad40f


Comments

No comments written yet.

Please login to write comment.