Color Hex Logo

#bad77e Color Hex

#BAD77E
(186,215,126)
0 Favorites   0 Comments

Color spaces of #bad77e

RGB 186215126
HSL0.220.530.67
HSV80°41°84°
CMYK 0.130.000.41   0.16
XYZ48.316060.546328.8788
Yxy60.54630.35080.4396
Hunter Lab77.8115-25.333032.4633
CIE-Lab82.1342-23.948340.6970

#bad77e color RGB value is (186,215,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11010111 01111110
Octal 272 327 176
Decimal 186 215 126
Hex BA D7 7E

RGB Percentages of Color #bad77e

%35.29
%40.80
%23.91

CMYK Percentages of Color #bad77e

%13
%0
%41
%16

Triadic Colors of #bad77e

#bad77e #7ebad7 #d77eba

Analogous Colors of #bad77e

#bad77e #8ed77e #d7c87e

Monochromatic Colors of #bad77e

#bad77e

Complementary Color

#bad77e #9b7ed7

#bad77e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bad77e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bad77e Color CSS Codes

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

#bad77e Text Font Color

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

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


#bad77e Background Color

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

This div background color is #bad77e


#bad77e Border Color

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

This div border color is #bad77e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bad77e


Comments

No comments written yet.

Please login to write comment.