Color Hex Logo

#bab099 Color Hex

#BAB099
(186,176,153)
0 Favorites   0 Comments

Color spaces of #bab099

RGB 186176153
HSL0.120.190.66
HSV42°18°73°
CMYK 0.000.050.18   0.27
XYZ41.524843.789736.4007
Yxy43.78970.34120.3598
Hunter Lab66.1738-3.793413.7076
CIE-Lab72.0877-0.292113.0678

#bab099 color RGB value is (186,176,153).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10110000 10011001
Octal 272 260 231
Decimal 186 176 153
Hex BA B0 99

RGB Percentages of Color #bab099

%36.12
%34.17
%29.71

CMYK Percentages of Color #bab099

%0
%5
%18
%27

Triadic Colors of #bab099

#bab099 #99bab0 #b099ba

Analogous Colors of #bab099

#bab099 #b4ba99 #baa099

Monochromatic Colors of #bab099

#bab099

Complementary Color

#bab099 #99a3ba

#bab099 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bab099 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bab099 Color CSS Codes

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

#bab099 Text Font Color

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

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


#bab099 Background Color

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

This div background color is #bab099


#bab099 Border Color

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

This div border color is #bab099


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(186,176,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 #bab099">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bab099


Comments

No comments written yet.

Please login to write comment.