Color Hex Logo

#bad77b Color Hex

#BAD77B
(186,215,123)
0 Favorites   0 Comments

Color spaces of #bad77b

RGB 186215123
HSL0.220.530.66
HSV79°43°84°
CMYK 0.130.000.43   0.16
XYZ48.125360.470027.8743
Yxy60.47000.35260.4431
Hunter Lab77.7625-25.615033.1810
CIE-Lab82.0930-24.296242.1334

#bad77b color RGB value is (186,215,123).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11010111 01111011
Octal 272 327 173
Decimal 186 215 123
Hex BA D7 7B

RGB Percentages of Color #bad77b

%35.50
%41.03
%23.47

CMYK Percentages of Color #bad77b

%13
%0
%43
%16

Triadic Colors of #bad77b

#bad77b #7bbad7 #d77bba

Analogous Colors of #bad77b

#bad77b #8cd77b #d7c67b

Monochromatic Colors of #bad77b

#bad77b

Complementary Color

#bad77b #987bd7

#bad77b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bad77b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bad77b Color CSS Codes

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

#bad77b Text Font Color

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

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


#bad77b Background Color

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

This div background color is #bad77b


#bad77b Border Color

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

This div border color is #bad77b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bad77b


Comments

No comments written yet.

Please login to write comment.