Color Hex Logo

#badc82 Color Hex

#BADC82
(186,220,130)
0 Favorites   0 Comments

Color spaces of #badc82

RGB 186220130
HSL0.230.560.69
HSV83°41°86°
CMYK 0.150.000.41   0.14
XYZ49.872263.237230.6966
Yxy63.23720.34680.4397
Hunter Lab79.5218-27.216732.7785
CIE-Lab83.5670-25.885140.5258

#badc82 color RGB value is (186,220,130).

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

The process color (four color CMYK) of #badc82 color hex is 0.15, 0.00, 0.41, 0.14. Web safe color of #badc82 is #cccc99. Color #badc82 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11011100 10000010
Octal 272 334 202
Decimal 186 220 130
Hex BA DC 82

RGB Percentages of Color #badc82

%34.70
%41.04
%24.25

CMYK Percentages of Color #badc82

%15
%0
%41
%14

Triadic Colors of #badc82

#badc82 #82badc #dc82ba

Analogous Colors of #badc82

#badc82 #8ddc82 #dcd182

Monochromatic Colors of #badc82

#badc82

Complementary Color

#badc82 #a482dc

#badc82 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#badc82 Color Preview on White Background

Lorem ipsum dolor sit amet.

#badc82 Color CSS Codes

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

#badc82 Text Font Color

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

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


#badc82 Background Color

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

This div background color is #badc82


#badc82 Border Color

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

This div border color is #badc82


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #badc82


Comments

No comments written yet.

Please login to write comment.