Color Hex Logo

#bad171 Color Hex

#BAD171
(186,209,113)
0 Favorites   0 Comments

Color spaces of #bad171

RGB 186209113
HSL0.210.510.63
HSV74°46°82°
CMYK 0.110.000.46   0.18
XYZ46.030857.232324.2436
Yxy57.23230.36100.4489
Hunter Lab75.6520-23.782033.9562
CIE-Lab80.3101-22.478644.8315

#bad171 color RGB value is (186,209,113).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11010001 01110001
Octal 272 321 161
Decimal 186 209 113
Hex BA D1 71

RGB Percentages of Color #bad171

%36.61
%41.14
%22.24

CMYK Percentages of Color #bad171

%11
%0
%46
%18

Triadic Colors of #bad171

#bad171 #71bad1 #d171ba

Analogous Colors of #bad171

#bad171 #8ad171 #d1b871

Monochromatic Colors of #bad171

#bad171

Complementary Color

#bad171 #8871d1

#bad171 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bad171 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bad171 Color CSS Codes

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

#bad171 Text Font Color

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

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


#bad171 Background Color

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

This div background color is #bad171


#bad171 Border Color

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

This div border color is #bad171


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bad171


Comments

No comments written yet.

Please login to write comment.