Color Hex Logo

#badd0b Color Hex

#BADD0B
(186,221,11)
0 Favorites   0 Comments

Color spaces of #badd0b

RGB 18622111
HSL0.190.910.45
HSV70°95°87°
CMYK 0.160.000.95   0.13
XYZ46.166662.17629.8846
Yxy62.17620.39050.5259
Hunter Lab78.8519-33.481747.7639
CIE-Lab83.0070-33.717780.8149

#badd0b color RGB value is (186,221,11).

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

The process color (four color CMYK) of #badd0b color hex is 0.16, 0.00, 0.95, 0.13. Web safe color of #badd0b is #cccc00. Color #badd0b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11011101 00001011
Octal 272 335 13
Decimal 186 221 11
Hex BA DD B

RGB Percentages of Color #badd0b

%44.50
%52.87
%2.63

CMYK Percentages of Color #badd0b

%16
%0
%95
%13

Triadic Colors of #badd0b

#badd0b #0bbadd #dd0bba

Analogous Colors of #badd0b

#badd0b #51dd0b #dd970b

Monochromatic Colors of #badd0b

#badd0b

Complementary Color

#badd0b #2e0bdd

#badd0b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#badd0b Color Preview on White Background

Lorem ipsum dolor sit amet.

#badd0b Color CSS Codes

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

#badd0b Text Font Color

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

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


#badd0b Background Color

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

This div background color is #badd0b


#badd0b Border Color

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

This div border color is #badd0b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #badd0b


Comments

No comments written yet.

Please login to write comment.