Color Hex Logo

#bad978 Color Hex

#BAD978
(186,217,120)
0 Favorites   0 Comments

Color spaces of #bad978

RGB 186217120
HSL0.220.560.66
HSV79°45°85°
CMYK 0.140.000.45   0.15
XYZ48.452761.420927.0710
Yxy61.42090.35380.4485
Hunter Lab78.3715-26.793634.3801
CIE-Lab82.6045-25.599344.2471

#bad978 color RGB value is (186,217,120).

#bad978 hex color red value is 186, green value is 217 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #bad978 hue: 0.22 , saturation: 0.56 and the lightness value of bad978 is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11011001 01111000
Octal 272 331 170
Decimal 186 217 120
Hex BA D9 78

RGB Percentages of Color #bad978

%35.56
%41.49
%22.94

CMYK Percentages of Color #bad978

%14
%0
%45
%15

Triadic Colors of #bad978

#bad978 #78bad9 #d978ba

Analogous Colors of #bad978

#bad978 #8ad978 #d9c878

Monochromatic Colors of #bad978

#bad978

Complementary Color

#bad978 #9778d9

#bad978 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bad978 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bad978 Color CSS Codes

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

#bad978 Text Font Color

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

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


#bad978 Background Color

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

This div background color is #bad978


#bad978 Border Color

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

This div border color is #bad978


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bad978


Comments

No comments written yet.

Please login to write comment.