Color Hex Logo

#bab19f Color Hex

#BAB19F
(186,177,159)
0 Favorites   0 Comments

Color spaces of #bab19f

RGB 186177159
HSL0.110.160.68
HSV40°15°73°
CMYK 0.000.050.15   0.27
XYZ42.229844.386639.1426
Yxy44.38660.33580.3529
Hunter Lab66.6233-3.446811.8021
CIE-Lab72.48610.125510.3535

#bab19f color RGB value is (186,177,159).

#bab19f hex color red value is 186, green value is 177 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #bab19f hue: 0.11 , saturation: 0.16 and the lightness value of bab19f is 0.68.

The process color (four color CMYK) of #bab19f color hex is 0.00, 0.05, 0.15, 0.27. Web safe color of #bab19f is #cc9999. Color #bab19f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10110001 10011111
Octal 272 261 237
Decimal 186 177 159
Hex BA B1 9F

RGB Percentages of Color #bab19f

%35.63
%33.91
%30.46

CMYK Percentages of Color #bab19f

%0
%5
%15
%27

Triadic Colors of #bab19f

#bab19f #9fbab1 #b19fba

Analogous Colors of #bab19f

#bab19f #b6ba9f #baa49f

Monochromatic Colors of #bab19f

#bab19f

Complementary Color

#bab19f #9fa8ba

#bab19f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bab19f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bab19f Color CSS Codes

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

#bab19f Text Font Color

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

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


#bab19f Background Color

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

This div background color is #bab19f


#bab19f Border Color

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

This div border color is #bab19f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bab19f


Comments

No comments written yet.

Please login to write comment.