Color Hex Logo

#bad871 Color Hex

#BAD871
(186,216,113)
0 Favorites   0 Comments

Color spaces of #bad871

RGB 186216113
HSL0.220.570.65
HSV77°48°85°
CMYK 0.140.000.48   0.15
XYZ47.786260.743124.8288
Yxy60.74310.35830.4555
Hunter Lab77.9379-26.947235.6684
CIE-Lab82.2404-25.870047.1921

#bad871 color RGB value is (186,216,113).

#bad871 hex color red value is 186, green value is 216 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #bad871 hue: 0.22 , saturation: 0.57 and the lightness value of bad871 is 0.65.

The process color (four color CMYK) of #bad871 color hex is 0.14, 0.00, 0.48, 0.15. Web safe color of #bad871 is #cccc66. Color #bad871 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11011000 01110001
Octal 272 330 161
Decimal 186 216 113
Hex BA D8 71

RGB Percentages of Color #bad871

%36.12
%41.94
%21.94

CMYK Percentages of Color #bad871

%14
%0
%48
%15

Triadic Colors of #bad871

#bad871 #71bad8 #d871ba

Analogous Colors of #bad871

#bad871 #87d871 #d8c371

Monochromatic Colors of #bad871

#bad871

Complementary Color

#bad871 #8f71d8

#bad871 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bad871 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bad871 Color CSS Codes

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

#bad871 Text Font Color

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

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


#bad871 Background Color

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

This div background color is #bad871


#bad871 Border Color

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

This div border color is #bad871


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bad871


Comments

No comments written yet.

Please login to write comment.