Color Hex Logo

#bab86b Color Hex

#BAB86B
(186,184,107)
0 Favorites   0 Comments

Color spaces of #bab86b

RGB 186184107
HSL0.160.360.57
HSV58°42°73°
CMYK 0.000.010.42   0.27
XYZ40.044045.781620.6361
Yxy45.78160.37610.4300
Hunter Lab67.6621-12.768229.2808
CIE-Lab73.4036-10.528639.2620

#bab86b color RGB value is (186,184,107).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10111000 01101011
Octal 272 270 153
Decimal 186 184 107
Hex BA B8 6B

RGB Percentages of Color #bab86b

%38.99
%38.57
%22.43

CMYK Percentages of Color #bab86b

%0
%1
%42
%27

Triadic Colors of #bab86b

#bab86b #6bbab8 #b86bba

Analogous Colors of #bab86b

#bab86b #95ba6b #ba916b

Monochromatic Colors of #bab86b

#bab86b

Complementary Color

#bab86b #6b6dba

#bab86b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bab86b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bab86b Color CSS Codes

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

#bab86b Text Font Color

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

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


#bab86b Background Color

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

This div background color is #bab86b


#bab86b Border Color

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

This div border color is #bab86b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bab86b


Comments

No comments written yet.

Please login to write comment.