Color Hex Logo

#bac86b Color Hex

#BAC86B
(186,200,107)
0 Favorites   0 Comments

Color spaces of #bac86b

RGB 186200107
HSL0.190.460.60
HSV69°47°78°
CMYK 0.070.000.47   0.22
XYZ43.557852.809221.8074
Yxy52.80920.36860.4469
Hunter Lab72.6699-20.180933.0767
CIE-Lab77.7622-18.658044.6432

#bac86b color RGB value is (186,200,107).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11001000 01101011
Octal 272 310 153
Decimal 186 200 107
Hex BA C8 6B

RGB Percentages of Color #bac86b

%37.73
%40.57
%21.70

CMYK Percentages of Color #bac86b

%7
%0
%47
%22

Triadic Colors of #bac86b

#bac86b #6bbac8 #c86bba

Analogous Colors of #bac86b

#bac86b #8cc86b #c8a86b

Monochromatic Colors of #bac86b

#bac86b

Complementary Color

#bac86b #796bc8

#bac86b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bac86b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bac86b Color CSS Codes

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

#bac86b Text Font Color

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

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


#bac86b Background Color

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

This div background color is #bac86b


#bac86b Border Color

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

This div border color is #bac86b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bac86b


Comments

No comments written yet.

Please login to write comment.