Color Hex Logo

#bad172 Color Hex

#BAD172
(186,209,114)
0 Favorites   0 Comments

Color spaces of #bad172

RGB 186209114
HSL0.210.510.63
HSV75°45°82°
CMYK 0.110.000.45   0.18
XYZ46.087457.254924.5418
Yxy57.25490.36040.4477
Hunter Lab75.6670-23.696033.7368
CIE-Lab80.3228-22.372444.3583

#bad172 color RGB value is (186,209,114).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11010001 01110010
Octal 272 321 162
Decimal 186 209 114
Hex BA D1 72

RGB Percentages of Color #bad172

%36.54
%41.06
%22.40

CMYK Percentages of Color #bad172

%11
%0
%45
%18

Triadic Colors of #bad172

#bad172 #72bad1 #d172ba

Analogous Colors of #bad172

#bad172 #8bd172 #d1b972

Monochromatic Colors of #bad172

#bad172

Complementary Color

#bad172 #8972d1

#bad172 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bad172 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bad172 Color CSS Codes

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

#bad172 Text Font Color

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

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


#bad172 Background Color

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

This div background color is #bad172


#bad172 Border Color

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

This div border color is #bad172


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bad172


Comments

No comments written yet.

Please login to write comment.