Color Hex Logo

#bad77c Color Hex

#BAD77C
(186,215,124)
0 Favorites   0 Comments

Color spaces of #bad77c

RGB 186215124
HSL0.220.530.66
HSV79°42°84°
CMYK 0.130.000.42   0.16
XYZ48.188260.495228.2057
Yxy60.49520.35200.4419
Hunter Lab77.7787-25.522032.9441
CIE-Lab82.1066-24.181441.6556

#bad77c color RGB value is (186,215,124).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11010111 01111100
Octal 272 327 174
Decimal 186 215 124
Hex BA D7 7C

RGB Percentages of Color #bad77c

%35.43
%40.95
%23.62

CMYK Percentages of Color #bad77c

%13
%0
%42
%16

Triadic Colors of #bad77c

#bad77c #7cbad7 #d77cba

Analogous Colors of #bad77c

#bad77c #8dd77c #d7c77c

Monochromatic Colors of #bad77c

#bad77c

Complementary Color

#bad77c #997cd7

#bad77c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bad77c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bad77c Color CSS Codes

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

#bad77c Text Font Color

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

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


#bad77c Background Color

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

This div background color is #bad77c


#bad77c Border Color

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

This div border color is #bad77c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bad77c


Comments

No comments written yet.

Please login to write comment.