Color Hex Logo

#bab59e Color Hex

#BAB59E
(186,181,158)
0 Favorites   0 Comments

Color spaces of #bab59e

RGB 186181158
HSL0.140.170.67
HSV49°15°73°
CMYK 0.000.030.15   0.27
XYZ42.945145.955538.9546
Yxy45.95550.33590.3594
Hunter Lab67.7905-5.554113.3834
CIE-Lab73.5166-2.174212.3583

#bab59e color RGB value is (186,181,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10110101 10011110
Octal 272 265 236
Decimal 186 181 158
Hex BA B5 9E

RGB Percentages of Color #bab59e

%35.43
%34.48
%30.10

CMYK Percentages of Color #bab59e

%0
%3
%15
%27

Triadic Colors of #bab59e

#bab59e #9ebab5 #b59eba

Analogous Colors of #bab59e

#bab59e #b1ba9e #baa79e

Monochromatic Colors of #bab59e

#bab59e

Complementary Color

#bab59e #9ea3ba

#bab59e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bab59e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bab59e Color CSS Codes

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

#bab59e Text Font Color

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

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


#bab59e Background Color

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

This div background color is #bab59e


#bab59e Border Color

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

This div border color is #bab59e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bab59e


Comments

No comments written yet.

Please login to write comment.