Color Hex Logo

#bab16c Color Hex

#BAB16C
(186,177,108)
0 Favorites   0 Comments

Color spaces of #bab16c

RGB 186177108
HSL0.150.360.58
HSV53°42°73°
CMYK 0.000.050.42   0.27
XYZ38.678642.966120.4421
Yxy42.96610.37890.4209
Hunter Lab65.5485-9.381427.3937
CIE-Lab71.5320-6.770836.3962

#bab16c color RGB value is (186,177,108).

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

The process color (four color CMYK) of #bab16c color hex is 0.00, 0.05, 0.42, 0.27. Web safe color of #bab16c is #cc9966. Color #bab16c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10110001 01101100
Octal 272 261 154
Decimal 186 177 108
Hex BA B1 6C

RGB Percentages of Color #bab16c

%39.49
%37.58
%22.93

CMYK Percentages of Color #bab16c

%0
%5
%42
%27

Triadic Colors of #bab16c

#bab16c #6cbab1 #b16cba

Analogous Colors of #bab16c

#bab16c #9cba6c #ba8a6c

Monochromatic Colors of #bab16c

#bab16c

Complementary Color

#bab16c #6c75ba

#bab16c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bab16c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bab16c Color CSS Codes

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

#bab16c Text Font Color

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

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


#bab16c Background Color

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

This div background color is #bab16c


#bab16c Border Color

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

This div border color is #bab16c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bab16c


Comments

No comments written yet.

Please login to write comment.