Color Hex Logo

#bad30f Color Hex

#BAD30F
(186,211,15)
0 Favorites   0 Comments

Color spaces of #bad30f

RGB 18621115
HSL0.190.870.44
HSV68°93°83°
CMYK 0.120.000.93   0.17
XYZ43.630257.06219.1665
Yxy57.06210.39710.5194
Hunter Lab75.5395-29.095745.6829
CIE-Lab80.2145-29.014878.2319

#bad30f color RGB value is (186,211,15).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11010011 00001111
Octal 272 323 17
Decimal 186 211 15
Hex BA D3 F

RGB Percentages of Color #bad30f

%45.15
%51.21
%3.64

CMYK Percentages of Color #bad30f

%12
%0
%93
%17

Triadic Colors of #bad30f

#bad30f #0fbad3 #d30fba

Analogous Colors of #bad30f

#bad30f #58d30f #d38a0f

Monochromatic Colors of #bad30f

#bad30f

Complementary Color

#bad30f #280fd3

#bad30f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bad30f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bad30f Color CSS Codes

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

#bad30f Text Font Color

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

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


#bad30f Background Color

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

This div background color is #bad30f


#bad30f Border Color

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

This div border color is #bad30f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(186,211,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 #bad30f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bad30f


Comments

No comments written yet.

Please login to write comment.