Color Hex Logo

#bad176 Color Hex

#BAD176
(186,209,118)
0 Favorites   0 Comments

Color spaces of #bad176

RGB 186209118
HSL0.210.500.64
HSV75°44°82°
CMYK 0.110.000.44   0.18
XYZ46.320257.348025.7675
Yxy57.34800.35790.4431
Hunter Lab75.7285-23.343232.8358
CIE-Lab80.3749-21.937042.4548

#bad176 color RGB value is (186,209,118).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11010001 01110110
Octal 272 321 166
Decimal 186 209 118
Hex BA D1 76

RGB Percentages of Color #bad176

%36.26
%40.74
%23.00

CMYK Percentages of Color #bad176

%11
%0
%44
%18

Triadic Colors of #bad176

#bad176 #76bad1 #d176ba

Analogous Colors of #bad176

#bad176 #8dd176 #d1bb76

Monochromatic Colors of #bad176

#bad176

Complementary Color

#bad176 #8d76d1

#bad176 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bad176 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bad176 Color CSS Codes

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

#bad176 Text Font Color

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

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


#bad176 Background Color

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

This div background color is #bad176


#bad176 Border Color

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

This div border color is #bad176


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bad176


Comments

No comments written yet.

Please login to write comment.