Color Hex Logo

#bab66a Color Hex

#BAB66A
(186,182,106)
0 Favorites   0 Comments

Color spaces of #bab66a

RGB 186182106
HSL0.160.370.57
HSV57°43°73°
CMYK 0.000.020.43   0.27
XYZ39.579244.935620.2231
Yxy44.93560.37790.4290
Hunter Lab67.0340-11.917029.0370
CIE-Lab72.8495-9.596039.0782

#bab66a color RGB value is (186,182,106).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10110110 01101010
Octal 272 266 152
Decimal 186 182 106
Hex BA B6 6A

RGB Percentages of Color #bab66a

%39.24
%38.40
%22.36

CMYK Percentages of Color #bab66a

%0
%2
%43
%27

Triadic Colors of #bab66a

#bab66a #6abab6 #b66aba

Analogous Colors of #bab66a

#bab66a #96ba6a #ba8e6a

Monochromatic Colors of #bab66a

#bab66a

Complementary Color

#bab66a #6a6eba

#bab66a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bab66a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bab66a Color CSS Codes

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

#bab66a Text Font Color

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

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


#bab66a Background Color

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

This div background color is #bab66a


#bab66a Border Color

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

This div border color is #bab66a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bab66a


Comments

No comments written yet.

Please login to write comment.