Color Hex Logo

#bad847 Color Hex

#BAD847
(186,216,71)
0 Favorites   0 Comments

Color spaces of #bad847

RGB 18621671
HSL0.200.650.56
HSV72°67°85°
CMYK 0.140.000.67   0.15
XYZ45.942960.005815.1221
Yxy60.00580.37950.4956
Hunter Lab77.4634-29.694142.6500
CIE-Lab81.8413-29.329065.1188

#bad847 color RGB value is (186,216,71).

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

The process color (four color CMYK) of #bad847 color hex is 0.14, 0.00, 0.67, 0.15. Web safe color of #bad847 is #cccc33. Color #bad847 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11011000 01000111
Octal 272 330 107
Decimal 186 216 71
Hex BA D8 47

RGB Percentages of Color #bad847

%39.32
%45.67
%15.01

CMYK Percentages of Color #bad847

%14
%0
%67
%15

Triadic Colors of #bad847

#bad847 #47bad8 #d847ba

Analogous Colors of #bad847

#bad847 #72d847 #d8ae47

Monochromatic Colors of #bad847

#bad847

Complementary Color

#bad847 #6547d8

#bad847 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bad847 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bad847 Color CSS Codes

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

#bad847 Text Font Color

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

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


#bad847 Background Color

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

This div background color is #bad847


#bad847 Border Color

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

This div border color is #bad847


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bad847


Comments

No comments written yet.

Please login to write comment.