Color Hex Logo

#bab66c Color Hex

#BAB66C
(186,182,108)
0 Favorites   0 Comments

Color spaces of #bab66c

RGB 186182108
HSL0.160.360.58
HSV57°42°73°
CMYK 0.000.020.42   0.27
XYZ39.684444.977720.7773
Yxy44.97770.37640.4266
Hunter Lab67.0654-11.741328.5774
CIE-Lab72.8772-9.385138.0930

#bab66c color RGB value is (186,182,108).

#bab66c hex color red value is 186, green value is 182 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #bab66c hue: 0.16 , saturation: 0.36 and the lightness value of bab66c is 0.58.

The process color (four color CMYK) of #bab66c color hex is 0.00, 0.02, 0.42, 0.27. Web safe color of #bab66c is #cccc66. Color #bab66c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10110110 01101100
Octal 272 266 154
Decimal 186 182 108
Hex BA B6 6C

RGB Percentages of Color #bab66c

%39.08
%38.24
%22.69

CMYK Percentages of Color #bab66c

%0
%2
%42
%27

Triadic Colors of #bab66c

#bab66c #6cbab6 #b66cba

Analogous Colors of #bab66c

#bab66c #97ba6c #ba8f6c

Monochromatic Colors of #bab66c

#bab66c

Complementary Color

#bab66c #6c70ba

#bab66c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bab66c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bab66c Color CSS Codes

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

#bab66c Text Font Color

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

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


#bab66c Background Color

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

This div background color is #bab66c


#bab66c Border Color

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

This div border color is #bab66c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bab66c


Comments

No comments written yet.

Please login to write comment.