Color Hex Logo

#bab76c Color Hex

#BAB76C
(186,183,108)
0 Favorites   0 Comments

Color spaces of #bab76c

RGB 186183108
HSL0.160.360.58
HSV58°42°73°
CMYK 0.000.020.42   0.27
XYZ39.890045.388820.8458
Yxy45.38880.37590.4277
Hunter Lab67.3712-12.211128.8145
CIE-Lab73.1472-9.904438.4321

#bab76c color RGB value is (186,183,108).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10110111 01101100
Octal 272 267 154
Decimal 186 183 108
Hex BA B7 6C

RGB Percentages of Color #bab76c

%38.99
%38.36
%22.64

CMYK Percentages of Color #bab76c

%0
%2
%42
%27

Triadic Colors of #bab76c

#bab76c #6cbab7 #b76cba

Analogous Colors of #bab76c

#bab76c #96ba6c #ba906c

Monochromatic Colors of #bab76c

#bab76c

Complementary Color

#bab76c #6c6fba

#bab76c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bab76c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bab76c Color CSS Codes

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

#bab76c Text Font Color

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

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


#bab76c Background Color

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

This div background color is #bab76c


#bab76c Border Color

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

This div border color is #bab76c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bab76c


Comments

No comments written yet.

Please login to write comment.