Color Hex Logo

#bacc6f Color Hex

#BACC6F
(186,204,111)
0 Favorites   0 Comments

Color spaces of #bacc6f

RGB 186204111
HSL0.200.480.62
HSV72°46°80°
CMYK 0.090.000.46   0.20
XYZ44.711854.772523.2545
Yxy54.77250.36430.4463
Hunter Lab74.0084-21.675033.1762
CIE-Lab78.9100-20.230944.0891

#bacc6f color RGB value is (186,204,111).

#bacc6f hex color red value is 186, green value is 204 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #bacc6f hue: 0.20 , saturation: 0.48 and the lightness value of bacc6f is 0.62.

The process color (four color CMYK) of #bacc6f color hex is 0.09, 0.00, 0.46, 0.20. Web safe color of #bacc6f is #cccc66. Color #bacc6f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11001100 01101111
Octal 272 314 157
Decimal 186 204 111
Hex BA CC 6F

RGB Percentages of Color #bacc6f

%37.13
%40.72
%22.16

CMYK Percentages of Color #bacc6f

%9
%0
%46
%20

Triadic Colors of #bacc6f

#bacc6f #6fbacc #cc6fba

Analogous Colors of #bacc6f

#bacc6f #8ccc6f #ccb06f

Monochromatic Colors of #bacc6f

#bacc6f

Complementary Color

#bacc6f #816fcc

#bacc6f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bacc6f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bacc6f Color CSS Codes

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

#bacc6f Text Font Color

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

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


#bacc6f Background Color

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

This div background color is #bacc6f


#bacc6f Border Color

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

This div border color is #bacc6f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bacc6f


Comments

No comments written yet.

Please login to write comment.