Color Hex Logo

#bab36a Color Hex

#BAB36A
(186,179,106)
0 Favorites   0 Comments

Color spaces of #bab36a

RGB 186179106
HSL0.150.370.57
HSV55°43°73°
CMYK 0.000.040.43   0.27
XYZ38.971343.719920.0204
Yxy43.71990.37940.4257
Hunter Lab66.1210-10.505128.3326
CIE-Lab72.0409-8.032238.0666

#bab36a color RGB value is (186,179,106).

#bab36a hex color red value is 186, green value is 179 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #bab36a hue: 0.15 , saturation: 0.37 and the lightness value of bab36a is 0.57.

The process color (four color CMYK) of #bab36a color hex is 0.00, 0.04, 0.43, 0.27. Web safe color of #bab36a is #cccc66. Color #bab36a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10110011 01101010
Octal 272 263 152
Decimal 186 179 106
Hex BA B3 6A

RGB Percentages of Color #bab36a

%39.49
%38.00
%22.51

CMYK Percentages of Color #bab36a

%0
%4
%43
%27

Triadic Colors of #bab36a

#bab36a #6abab3 #b36aba

Analogous Colors of #bab36a

#bab36a #99ba6a #ba8b6a

Monochromatic Colors of #bab36a

#bab36a

Complementary Color

#bab36a #6a71ba

#bab36a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bab36a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bab36a Color CSS Codes

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

#bab36a Text Font Color

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

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


#bab36a Background Color

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

This div background color is #bab36a


#bab36a Border Color

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

This div border color is #bab36a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bab36a


Comments

No comments written yet.

Please login to write comment.