Color Hex Logo

#bac66a Color Hex

#BAC66A
(186,198,106)
0 Favorites   0 Comments

Color spaces of #bac66a

RGB 186198106
HSL0.190.450.60
HSV68°46°78°
CMYK 0.060.000.46   0.22
XYZ43.045351.867921.3784
Yxy51.86790.37010.4460
Hunter Lab72.0194-19.346132.8138
CIE-Lab77.2018-17.760244.4493

#bac66a color RGB value is (186,198,106).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11000110 01101010
Octal 272 306 152
Decimal 186 198 106
Hex BA C6 6A

RGB Percentages of Color #bac66a

%37.96
%40.41
%21.63

CMYK Percentages of Color #bac66a

%6
%0
%46
%22

Triadic Colors of #bac66a

#bac66a #6abac6 #c66aba

Analogous Colors of #bac66a

#bac66a #8cc66a #c6a46a

Monochromatic Colors of #bac66a

#bac66a

Complementary Color

#bac66a #766ac6

#bac66a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bac66a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bac66a Color CSS Codes

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

#bac66a Text Font Color

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

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


#bac66a Background Color

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

This div background color is #bac66a


#bac66a Border Color

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

This div border color is #bac66a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bac66a


Comments

No comments written yet.

Please login to write comment.