Color Hex Logo

#badd82 Color Hex

#BADD82
(186,221,130)
0 Favorites   0 Comments

Color spaces of #badd82

RGB 186221130
HSL0.230.570.69
HSV83°41°87°
CMYK 0.160.000.41   0.13
XYZ50.135463.763730.7843
Yxy63.76370.34650.4407
Hunter Lab79.8522-27.669633.0393
CIE-Lab83.8426-26.364740.8761

#badd82 color RGB value is (186,221,130).

#badd82 hex color red value is 186, green value is 221 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #badd82 hue: 0.23 , saturation: 0.57 and the lightness value of badd82 is 0.69.

The process color (four color CMYK) of #badd82 color hex is 0.16, 0.00, 0.41, 0.13. Web safe color of #badd82 is #cccc99. Color #badd82 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11011101 10000010
Octal 272 335 202
Decimal 186 221 130
Hex BA DD 82

RGB Percentages of Color #badd82

%34.64
%41.15
%24.21

CMYK Percentages of Color #badd82

%16
%0
%41
%13

Triadic Colors of #badd82

#badd82 #82badd #dd82ba

Analogous Colors of #badd82

#badd82 #8ddd82 #ddd382

Monochromatic Colors of #badd82

#badd82

Complementary Color

#badd82 #a582dd

#badd82 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#badd82 Color Preview on White Background

Lorem ipsum dolor sit amet.

#badd82 Color CSS Codes

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

#badd82 Text Font Color

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

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


#badd82 Background Color

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

This div background color is #badd82


#badd82 Border Color

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

This div border color is #badd82


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #badd82


Comments

No comments written yet.

Please login to write comment.