Color Hex Logo

#bab199 Color Hex

#BAB199
(186,177,153)
0 Favorites   0 Comments

Color spaces of #bab199

RGB 186177153
HSL0.120.190.66
HSV44°18°73°
CMYK 0.000.050.18   0.27
XYZ41.721644.183336.4663
Yxy44.18330.34090.3611
Hunter Lab66.4705-4.284214.0024
CIE-Lab72.3508-0.827913.4381

#bab199 color RGB value is (186,177,153).

#bab199 hex color red value is 186, green value is 177 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #bab199 hue: 0.12 , saturation: 0.19 and the lightness value of bab199 is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10110001 10011001
Octal 272 261 231
Decimal 186 177 153
Hex BA B1 99

RGB Percentages of Color #bab199

%36.05
%34.30
%29.65

CMYK Percentages of Color #bab199

%0
%5
%18
%27

Triadic Colors of #bab199

#bab199 #99bab1 #b199ba

Analogous Colors of #bab199

#bab199 #b3ba99 #baa199

Monochromatic Colors of #bab199

#bab199

Complementary Color

#bab199 #99a2ba

#bab199 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bab199 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bab199 Color CSS Codes

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

#bab199 Text Font Color

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

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


#bab199 Background Color

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

This div background color is #bab199


#bab199 Border Color

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

This div border color is #bab199


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bab199


Comments

No comments written yet.

Please login to write comment.