Color Hex Logo

#bab76d Color Hex

#BAB76D
(186,183,109)
0 Favorites   0 Comments

Color spaces of #bab76d

RGB 186183109
HSL0.160.360.58
HSV58°41°73°
CMYK 0.000.020.41   0.27
XYZ39.943545.410221.1278
Yxy45.41020.37510.4265
Hunter Lab67.3871-12.122128.5818
CIE-Lab73.1612-9.797537.9387

#bab76d color RGB value is (186,183,109).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10110111 01101101
Octal 272 267 155
Decimal 186 183 109
Hex BA B7 6D

RGB Percentages of Color #bab76d

%38.91
%38.28
%22.80

CMYK Percentages of Color #bab76d

%0
%2
%41
%27

Triadic Colors of #bab76d

#bab76d #6dbab7 #b76dba

Analogous Colors of #bab76d

#bab76d #97ba6d #ba916d

Monochromatic Colors of #bab76d

#bab76d

Complementary Color

#bab76d #6d70ba

#bab76d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bab76d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bab76d Color CSS Codes

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

#bab76d Text Font Color

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

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


#bab76d Background Color

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

This div background color is #bab76d


#bab76d Border Color

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

This div border color is #bab76d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bab76d


Comments

No comments written yet.

Please login to write comment.