Color Hex Logo

#bac66f Color Hex

#BAC66F
(186,198,111)
0 Favorites   0 Comments

Color spaces of #bac66f

RGB 186198111
HSL0.190.430.61
HSV68°44°78°
CMYK 0.060.000.44   0.22
XYZ43.313051.975022.7883
Yxy51.97500.36680.4402
Hunter Lab72.0937-18.923431.7244
CIE-Lab77.2659-17.242242.0586

#bac66f color RGB value is (186,198,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11000110 01101111
Octal 272 306 157
Decimal 186 198 111
Hex BA C6 6F

RGB Percentages of Color #bac66f

%37.58
%40.00
%22.42

CMYK Percentages of Color #bac66f

%6
%0
%44
%22

Triadic Colors of #bac66f

#bac66f #6fbac6 #c66fba

Analogous Colors of #bac66f

#bac66f #8fc66f #c6a76f

Monochromatic Colors of #bac66f

#bac66f

Complementary Color

#bac66f #7b6fc6

#bac66f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bac66f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bac66f Color CSS Codes

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

#bac66f Text Font Color

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

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


#bac66f Background Color

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

This div background color is #bac66f


#bac66f Border Color

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

This div border color is #bac66f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(186,198,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 #bac66f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bac66f


Comments

No comments written yet.

Please login to write comment.