Color Hex Logo

#bab56f Color Hex

#BAB56F
(186,181,111)
0 Favorites   0 Comments

Color spaces of #bab56f

RGB 186181111
HSL0.160.350.58
HSV56°40°73°
CMYK 0.000.030.40   0.27
XYZ39.642844.634521.5649
Yxy44.63450.37450.4217
Hunter Lab66.8091-10.998527.6285
CIE-Lab72.6506-8.538836.2653

#bab56f color RGB value is (186,181,111).

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

The process color (four color CMYK) of #bab56f color hex is 0.00, 0.03, 0.40, 0.27. Web safe color of #bab56f is #cccc66. Color #bab56f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10110101 01101111
Octal 272 265 157
Decimal 186 181 111
Hex BA B5 6F

RGB Percentages of Color #bab56f

%38.91
%37.87
%23.22

CMYK Percentages of Color #bab56f

%0
%3
%40
%27

Triadic Colors of #bab56f

#bab56f #6fbab5 #b56fba

Analogous Colors of #bab56f

#bab56f #9aba6f #ba906f

Monochromatic Colors of #bab56f

#bab56f

Complementary Color

#bab56f #6f74ba

#bab56f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bab56f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bab56f Color CSS Codes

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

#bab56f Text Font Color

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

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


#bab56f Background Color

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

This div background color is #bab56f


#bab56f Border Color

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

This div border color is #bab56f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bab56f


Comments

No comments written yet.

Please login to write comment.