Color Hex Logo

#badd6a Color Hex

#BADD6A
(186,221,106)
0 Favorites   0 Comments

Color spaces of #badd6a

RGB 186221106
HSL0.220.630.64
HSV78°52°87°
CMYK 0.160.000.52   0.13
XYZ48.707763.192623.2659
Yxy63.19260.36040.4675
Hunter Lab79.4938-29.743038.2929
CIE-Lab83.5436-28.947852.0585

#badd6a color RGB value is (186,221,106).

#badd6a hex color red value is 186, green value is 221 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #badd6a hue: 0.22 , saturation: 0.63 and the lightness value of badd6a is 0.64.

The process color (four color CMYK) of #badd6a color hex is 0.16, 0.00, 0.52, 0.13. Web safe color of #badd6a is #cccc66. Color #badd6a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11011101 01101010
Octal 272 335 152
Decimal 186 221 106
Hex BA DD 6A

RGB Percentages of Color #badd6a

%36.26
%43.08
%20.66

CMYK Percentages of Color #badd6a

%16
%0
%52
%13

Triadic Colors of #badd6a

#badd6a #6abadd #dd6aba

Analogous Colors of #badd6a

#badd6a #81dd6a #ddc76a

Monochromatic Colors of #badd6a

#badd6a

Complementary Color

#badd6a #8d6add

#badd6a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#badd6a Color Preview on White Background

Lorem ipsum dolor sit amet.

#badd6a Color CSS Codes

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

#badd6a Text Font Color

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

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


#badd6a Background Color

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

This div background color is #badd6a


#badd6a Border Color

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

This div border color is #badd6a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #badd6a


Comments

No comments written yet.

Please login to write comment.