Color Hex Logo

#badd0a Color Hex

#BADD0A
(186,221,10)
0 Favorites   0 Comments

Color spaces of #badd0a

RGB 18622110
HSL0.190.910.45
HSV70°95°87°
CMYK 0.160.000.95   0.13
XYZ46.160962.17399.8550
Yxy62.17390.39060.5261
Hunter Lab78.8504-33.490147.7850
CIE-Lab83.0058-33.728680.9026

#badd0a color RGB value is (186,221,10).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11011101 00001010
Octal 272 335 12
Decimal 186 221 10
Hex BA DD A

RGB Percentages of Color #badd0a

%44.60
%53.00
%2.40

CMYK Percentages of Color #badd0a

%16
%0
%95
%13

Triadic Colors of #badd0a

#badd0a #0abadd #dd0aba

Analogous Colors of #badd0a

#badd0a #51dd0a #dd970a

Monochromatic Colors of #badd0a

#badd0a

Complementary Color

#badd0a #2d0add

#badd0a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#badd0a Color Preview on White Background

Lorem ipsum dolor sit amet.

#badd0a Color CSS Codes

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

#badd0a Text Font Color

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

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


#badd0a Background Color

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

This div background color is #badd0a


#badd0a Border Color

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

This div border color is #badd0a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #badd0a


Comments

No comments written yet.

Please login to write comment.