Color Hex Logo

#bad49a Color Hex

#BAD49A
(186,212,154)
0 Favorites   0 Comments

Color spaces of #bad49a

RGB 186212154
HSL0.240.400.72
HSV87°27°83°
CMYK 0.120.000.27   0.17
XYZ49.625959.859239.5103
Yxy59.85920.33310.4018
Hunter Lab77.3687-20.901723.8802
CIE-Lab81.7616-18.768125.9018

#bad49a color RGB value is (186,212,154).

#bad49a hex color red value is 186, green value is 212 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #bad49a hue: 0.24 , saturation: 0.40 and the lightness value of bad49a is 0.72.

The process color (four color CMYK) of #bad49a color hex is 0.12, 0.00, 0.27, 0.17. Web safe color of #bad49a is #cccc99. Color #bad49a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11010100 10011010
Octal 272 324 232
Decimal 186 212 154
Hex BA D4 9A

RGB Percentages of Color #bad49a

%33.70
%38.41
%27.90

CMYK Percentages of Color #bad49a

%12
%0
%27
%17

Triadic Colors of #bad49a

#bad49a #9abad4 #d49aba

Analogous Colors of #bad49a

#bad49a #9dd49a #d4d19a

Monochromatic Colors of #bad49a

#bad49a

Complementary Color

#bad49a #b49ad4

#bad49a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bad49a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bad49a Color CSS Codes

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

#bad49a Text Font Color

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

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


#bad49a Background Color

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

This div background color is #bad49a


#bad49a Border Color

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

This div border color is #bad49a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bad49a


Comments

No comments written yet.

Please login to write comment.