Color Hex Logo

#bab97c Color Hex

#BAB97C
(186,185,124)
0 Favorites   0 Comments

Color spaces of #bab97c

RGB 186185124
HSL0.160.310.61
HSV59°33°73°
CMYK 0.000.010.33   0.27
XYZ41.236846.592325.8886
Yxy46.59230.36260.4097
Hunter Lab68.2586-11.615925.2939
CIE-Lab73.9282-9.104631.1463

#bab97c color RGB value is (186,185,124).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10111001 01111100
Octal 272 271 174
Decimal 186 185 124
Hex BA B9 7C

RGB Percentages of Color #bab97c

%37.58
%37.37
%25.05

CMYK Percentages of Color #bab97c

%0
%1
%33
%27

Triadic Colors of #bab97c

#bab97c #7cbab9 #b97cba

Analogous Colors of #bab97c

#bab97c #9cba7c #ba9a7c

Monochromatic Colors of #bab97c

#bab97c

Complementary Color

#bab97c #7c7dba

#bab97c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bab97c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bab97c Color CSS Codes

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

#bab97c Text Font Color

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

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


#bab97c Background Color

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

This div background color is #bab97c


#bab97c Border Color

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

This div border color is #bab97c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bab97c


Comments

No comments written yet.

Please login to write comment.