Color Hex Logo

#bad37a Color Hex

#BAD37A
(186,211,122)
0 Favorites   0 Comments

Color spaces of #bad37a

RGB 186211122
HSL0.210.500.65
HSV77°42°83°
CMYK 0.120.000.42   0.17
XYZ47.056858.432827.2109
Yxy58.43280.35460.4403
Hunter Lab76.4414-23.888932.4034
CIE-Lab80.9788-22.465241.2280

#bad37a color RGB value is (186,211,122).

#bad37a hex color red value is 186, green value is 211 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #bad37a hue: 0.21 , saturation: 0.50 and the lightness value of bad37a is 0.65.

The process color (four color CMYK) of #bad37a color hex is 0.12, 0.00, 0.42, 0.17. Web safe color of #bad37a is #cccc66. Color #bad37a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11010011 01111010
Octal 272 323 172
Decimal 186 211 122
Hex BA D3 7A

RGB Percentages of Color #bad37a

%35.84
%40.66
%23.51

CMYK Percentages of Color #bad37a

%12
%0
%42
%17

Triadic Colors of #bad37a

#bad37a #7abad3 #d37aba

Analogous Colors of #bad37a

#bad37a #8ed37a #d3c07a

Monochromatic Colors of #bad37a

#bad37a

Complementary Color

#bad37a #937ad3

#bad37a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bad37a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bad37a Color CSS Codes

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

#bad37a Text Font Color

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

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


#bad37a Background Color

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

This div background color is #bad37a


#bad37a Border Color

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

This div border color is #bad37a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bad37a


Comments

No comments written yet.

Please login to write comment.