Color Hex Logo

#bad179 Color Hex

#BAD179
(186,209,121)
0 Favorites   0 Comments

Color spaces of #bad179

RGB 186209121
HSL0.210.490.65
HSV76°42°82°
CMYK 0.110.000.42   0.18
XYZ46.501457.420526.7215
Yxy57.42050.35590.4395
Hunter Lab75.7763-23.069032.1356
CIE-Lab80.4155-21.599641.0166

#bad179 color RGB value is (186,209,121).

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

The process color (four color CMYK) of #bad179 color hex is 0.11, 0.00, 0.42, 0.18. Web safe color of #bad179 is #cccc66. Color #bad179 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11010001 01111001
Octal 272 321 171
Decimal 186 209 121
Hex BA D1 79

RGB Percentages of Color #bad179

%36.05
%40.50
%23.45

CMYK Percentages of Color #bad179

%11
%0
%42
%18

Triadic Colors of #bad179

#bad179 #79bad1 #d179ba

Analogous Colors of #bad179

#bad179 #8ed179 #d1bc79

Monochromatic Colors of #bad179

#bad179

Complementary Color

#bad179 #9079d1

#bad179 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bad179 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bad179 Color CSS Codes

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

#bad179 Text Font Color

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

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


#bad179 Background Color

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

This div background color is #bad179


#bad179 Border Color

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

This div border color is #bad179


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bad179


Comments

No comments written yet.

Please login to write comment.