Color Hex Logo

#bad20b Color Hex

#BAD20B
(186,210,11)
0 Favorites   0 Comments

Color spaces of #bad20b

RGB 18621011
HSL0.190.900.43
HSV67°95°82°
CMYK 0.110.000.95   0.18
XYZ43.356756.55658.9480
Yxy56.55650.39830.5195
Hunter Lab75.2041-28.698145.5883
CIE-Lab79.9295-28.593978.4425

#bad20b color RGB value is (186,210,11).

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

The process color (four color CMYK) of #bad20b color hex is 0.11, 0.00, 0.95, 0.18. Web safe color of #bad20b is #cccc00. Color #bad20b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11010010 00001011
Octal 272 322 13
Decimal 186 210 11
Hex BA D2 B

RGB Percentages of Color #bad20b

%45.70
%51.60
%2.70

CMYK Percentages of Color #bad20b

%11
%0
%95
%18

Triadic Colors of #bad20b

#bad20b #0bbad2 #d20bba

Analogous Colors of #bad20b

#bad20b #56d20b #d2870b

Monochromatic Colors of #bad20b

#bad20b

Complementary Color

#bad20b #230bd2

#bad20b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bad20b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bad20b Color CSS Codes

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

#bad20b Text Font Color

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

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


#bad20b Background Color

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

This div background color is #bad20b


#bad20b Border Color

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

This div border color is #bad20b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bad20b


Comments

No comments written yet.

Please login to write comment.