Color Hex Logo

#bab86c Color Hex

#BAB86C
(186,184,108)
3 Favorites   0 Comments

Color spaces of #bab86c

RGB 186184108
HSL0.160.360.58
HSV58°42°73°
CMYK 0.000.010.42   0.27
XYZ40.097045.802820.9148
Yxy45.80280.37540.4288
Hunter Lab67.6778-12.680329.0517
CIE-Lab73.4174-10.422838.7709

#bab86c color RGB value is (186,184,108).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10111000 01101100
Octal 272 270 154
Decimal 186 184 108
Hex BA B8 6C

RGB Percentages of Color #bab86c

%38.91
%38.49
%22.59

CMYK Percentages of Color #bab86c

%0
%1
%42
%27

Triadic Colors of #bab86c

#bab86c #6cbab8 #b86cba

Analogous Colors of #bab86c

#bab86c #95ba6c #ba916c

Monochromatic Colors of #bab86c

#bab86c

Complementary Color

#bab86c #6c6eba

#bab86c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bab86c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bab86c Color CSS Codes

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

#bab86c Text Font Color

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

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


#bab86c Background Color

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

This div background color is #bab86c


#bab86c Border Color

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

This div border color is #bab86c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bab86c


Comments

No comments written yet.

Please login to write comment.