Color Hex Logo

#badd2b Color Hex

#BADD2B
(186,221,43)
0 Favorites   0 Comments

Color spaces of #badd2b

RGB 18622143
HSL0.200.720.52
HSV72°81°87°
CMYK 0.160.000.81   0.13
XYZ46.542262.326411.8627
Yxy62.32640.38550.5162
Hunter Lab78.9471-32.925146.3539
CIE-Lab83.0867-32.998175.3169

#badd2b color RGB value is (186,221,43).

#badd2b hex color red value is 186, green value is 221 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #badd2b hue: 0.20 , saturation: 0.72 and the lightness value of badd2b is 0.52.

The process color (four color CMYK) of #badd2b color hex is 0.16, 0.00, 0.81, 0.13. Web safe color of #badd2b is #cccc33. Color #badd2b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11011101 00101011
Octal 272 335 53
Decimal 186 221 43
Hex BA DD 2B

RGB Percentages of Color #badd2b

%41.33
%49.11
%9.56

CMYK Percentages of Color #badd2b

%16
%0
%81
%13

Triadic Colors of #badd2b

#badd2b #2bbadd #dd2bba

Analogous Colors of #badd2b

#badd2b #61dd2b #dda72b

Monochromatic Colors of #badd2b

#badd2b

Complementary Color

#badd2b #4e2bdd

#badd2b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#badd2b Color Preview on White Background

Lorem ipsum dolor sit amet.

#badd2b Color CSS Codes

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

#badd2b Text Font Color

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

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


#badd2b Background Color

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

This div background color is #badd2b


#badd2b Border Color

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

This div border color is #badd2b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #badd2b


Comments

No comments written yet.

Please login to write comment.