Color Hex Logo

#bab96c Color Hex

#BAB96C
(186,185,108)
0 Favorites   0 Comments

Color spaces of #bab96c

RGB 186185108
HSL0.160.360.58
HSV59°42°73°
CMYK 0.000.010.42   0.27
XYZ40.305446.219720.9843
Yxy46.21970.37490.4299
Hunter Lab67.9851-13.149029.2891
CIE-Lab73.6879-10.940139.1096

#bab96c color RGB value is (186,185,108).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10111001 01101100
Octal 272 271 154
Decimal 186 185 108
Hex BA B9 6C

RGB Percentages of Color #bab96c

%38.83
%38.62
%22.55

CMYK Percentages of Color #bab96c

%0
%1
%42
%27

Triadic Colors of #bab96c

#bab96c #6cbab9 #b96cba

Analogous Colors of #bab96c

#bab96c #94ba6c #ba926c

Monochromatic Colors of #bab96c

#bab96c

Complementary Color

#bab96c #6c6dba

#bab96c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bab96c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bab96c Color CSS Codes

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

#bab96c Text Font Color

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

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


#bab96c Background Color

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

This div background color is #bab96c


#bab96c Border Color

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

This div border color is #bab96c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bab96c


Comments

No comments written yet.

Please login to write comment.