Color Hex Logo

#bab76f Color Hex

#BAB76F
(186,183,111)
0 Favorites   0 Comments

Color spaces of #bab76f

RGB 186183111
HSL0.160.350.58
HSV58°40°73°
CMYK 0.000.020.40   0.27
XYZ40.052445.453821.7014
Yxy45.45380.37360.4240
Hunter Lab67.4194-11.941128.1090
CIE-Lab73.1897-9.580436.9494

#bab76f color RGB value is (186,183,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10110111 01101111
Octal 272 267 157
Decimal 186 183 111
Hex BA B7 6F

RGB Percentages of Color #bab76f

%38.75
%38.13
%23.13

CMYK Percentages of Color #bab76f

%0
%2
%40
%27

Triadic Colors of #bab76f

#bab76f #6fbab7 #b76fba

Analogous Colors of #bab76f

#bab76f #98ba6f #ba926f

Monochromatic Colors of #bab76f

#bab76f

Complementary Color

#bab76f #6f72ba

#bab76f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bab76f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bab76f Color CSS Codes

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

#bab76f Text Font Color

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

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


#bab76f Background Color

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

This div background color is #bab76f


#bab76f Border Color

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

This div border color is #bab76f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bab76f


Comments

No comments written yet.

Please login to write comment.