Color Hex Logo

#bad760 Color Hex

#BAD760
(186,215,96)
0 Favorites   0 Comments

Color spaces of #bad760

RGB 18621596
HSL0.210.600.61
HSV75°55°84°
CMYK 0.130.000.55   0.16
XYZ46.661559.884520.1659
Yxy59.88450.36820.4726
Hunter Lab77.3851-27.792338.7191
CIE-Lab81.7754-27.009454.5753

#bad760 color RGB value is (186,215,96).

#bad760 hex color red value is 186, green value is 215 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #bad760 hue: 0.21 , saturation: 0.60 and the lightness value of bad760 is 0.61.

The process color (four color CMYK) of #bad760 color hex is 0.13, 0.00, 0.55, 0.16. Web safe color of #bad760 is #cccc66. Color #bad760 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11010111 01100000
Octal 272 327 140
Decimal 186 215 96
Hex BA D7 60

RGB Percentages of Color #bad760

%37.42
%43.26
%19.32

CMYK Percentages of Color #bad760

%13
%0
%55
%16

Triadic Colors of #bad760

#bad760 #60bad7 #d760ba

Analogous Colors of #bad760

#bad760 #7fd760 #d7b960

Monochromatic Colors of #bad760

#bad760

Complementary Color

#bad760 #7d60d7

#bad760 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bad760 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bad760 Color CSS Codes

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

#bad760 Text Font Color

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

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


#bad760 Background Color

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

This div background color is #bad760


#bad760 Border Color

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

This div border color is #bad760


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bad760


Comments

No comments written yet.

Please login to write comment.