Color Hex Logo

#bab59d Color Hex

#BAB59D
(186,181,157)
0 Favorites   0 Comments

Color spaces of #bab59d

RGB 186181157
HSL0.140.170.67
HSV50°16°73°
CMYK 0.000.030.16   0.27
XYZ42.859445.921238.5030
Yxy45.92120.33670.3608
Hunter Lab67.7652-5.693313.7481
CIE-Lab73.4944-2.333612.8707

#bab59d color RGB value is (186,181,157).

#bab59d hex color red value is 186, green value is 181 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #bab59d hue: 0.14 , saturation: 0.17 and the lightness value of bab59d is 0.67.

The process color (four color CMYK) of #bab59d color hex is 0.00, 0.03, 0.16, 0.27. Web safe color of #bab59d is #cccc99. Color #bab59d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10110101 10011101
Octal 272 265 235
Decimal 186 181 157
Hex BA B5 9D

RGB Percentages of Color #bab59d

%35.50
%34.54
%29.96

CMYK Percentages of Color #bab59d

%0
%3
%16
%27

Triadic Colors of #bab59d

#bab59d #9dbab5 #b59dba

Analogous Colors of #bab59d

#bab59d #b1ba9d #baa79d

Monochromatic Colors of #bab59d

#bab59d

Complementary Color

#bab59d #9da2ba

#bab59d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bab59d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bab59d Color CSS Codes

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

#bab59d Text Font Color

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

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


#bab59d Background Color

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

This div background color is #bab59d


#bab59d Border Color

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

This div border color is #bab59d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bab59d


Comments

No comments written yet.

Please login to write comment.