Color Hex Logo

#bac76f Color Hex

#BAC76F
(186,199,111)
0 Favorites   0 Comments

Color spaces of #bac76f

RGB 186199111
HSL0.190.440.61
HSV69°44°78°
CMYK 0.070.000.44   0.22
XYZ43.542452.433622.8647
Yxy52.43360.36640.4412
Hunter Lab72.4110-19.383331.9662
CIE-Lab77.5394-17.743042.3976

#bac76f color RGB value is (186,199,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11000111 01101111
Octal 272 307 157
Decimal 186 199 111
Hex BA C7 6F

RGB Percentages of Color #bac76f

%37.50
%40.12
%22.38

CMYK Percentages of Color #bac76f

%7
%0
%44
%22

Triadic Colors of #bac76f

#bac76f #6fbac7 #c76fba

Analogous Colors of #bac76f

#bac76f #8ec76f #c7a86f

Monochromatic Colors of #bac76f

#bac76f

Complementary Color

#bac76f #7c6fc7

#bac76f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bac76f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bac76f Color CSS Codes

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

#bac76f Text Font Color

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

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


#bac76f Background Color

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

This div background color is #bac76f


#bac76f Border Color

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

This div border color is #bac76f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bac76f


Comments

No comments written yet.

Please login to write comment.