Color Hex Logo

#bad79a Color Hex

#BAD79A
(186,215,154)
0 Favorites   0 Comments

Color spaces of #bad79a

RGB 186215154
HSL0.250.430.72
HSV89°28°84°
CMYK 0.130.000.28   0.16
XYZ50.382961.373139.7626
Yxy61.37310.33250.4051
Hunter Lab78.3410-22.299224.7456
CIE-Lab82.5789-20.254127.0079

#bad79a color RGB value is (186,215,154).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11010111 10011010
Octal 272 327 232
Decimal 186 215 154
Hex BA D7 9A

RGB Percentages of Color #bad79a

%33.51
%38.74
%27.75

CMYK Percentages of Color #bad79a

%13
%0
%28
%16

Triadic Colors of #bad79a

#bad79a #9abad7 #d79aba

Analogous Colors of #bad79a

#bad79a #9cd79a #d7d69a

Monochromatic Colors of #bad79a

#bad79a

Complementary Color

#bad79a #b79ad7

#bad79a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bad79a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bad79a Color CSS Codes

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

#bad79a Text Font Color

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

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


#bad79a Background Color

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

This div background color is #bad79a


#bad79a Border Color

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

This div border color is #bad79a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bad79a


Comments

No comments written yet.

Please login to write comment.