Color Hex Logo

#bac76d Color Hex

#BAC76D
(186,199,109)
0 Favorites   0 Comments

Color spaces of #bac76d

RGB 186199109
HSL0.190.450.60
HSV69°45°78°
CMYK 0.070.000.45   0.22
XYZ43.433452.390122.2911
Yxy52.39010.36770.4436
Hunter Lab72.3810-19.554932.4072
CIE-Lab77.5135-17.953443.3555

#bac76d color RGB value is (186,199,109).

#bac76d hex color red value is 186, green value is 199 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #bac76d hue: 0.19 , saturation: 0.45 and the lightness value of bac76d is 0.60.

The process color (four color CMYK) of #bac76d color hex is 0.07, 0.00, 0.45, 0.22. Web safe color of #bac76d is #cccc66. Color #bac76d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11000111 01101101
Octal 272 307 155
Decimal 186 199 109
Hex BA C7 6D

RGB Percentages of Color #bac76d

%37.65
%40.28
%22.06

CMYK Percentages of Color #bac76d

%7
%0
%45
%22

Triadic Colors of #bac76d

#bac76d #6dbac7 #c76dba

Analogous Colors of #bac76d

#bac76d #8dc76d #c7a76d

Monochromatic Colors of #bac76d

#bac76d

Complementary Color

#bac76d #7a6dc7

#bac76d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bac76d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bac76d Color CSS Codes

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

#bac76d Text Font Color

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

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


#bac76d Background Color

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

This div background color is #bac76d


#bac76d Border Color

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

This div border color is #bac76d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bac76d


Comments

No comments written yet.

Please login to write comment.