Color Hex Logo

#baab99 Color Hex

#BAAB99
(186,171,153)
0 Favorites   0 Comments

Color spaces of #baab99

RGB 186171153
HSL0.090.190.66
HSV33°18°73°
CMYK 0.000.080.18   0.27
XYZ40.562441.864836.0798
Yxy41.86480.34230.3533
Hunter Lab64.7030-1.328412.2307
CIE-Lab70.77762.400911.2181

#baab99 color RGB value is (186,171,153).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10101011 10011001
Octal 272 253 231
Decimal 186 171 153
Hex BA AB 99

RGB Percentages of Color #baab99

%36.47
%33.53
%30.00

CMYK Percentages of Color #baab99

%0
%8
%18
%27

Triadic Colors of #baab99

#baab99 #99baab #ab99ba

Analogous Colors of #baab99

#baab99 #b9ba99 #ba9b99

Monochromatic Colors of #baab99

#baab99

Complementary Color

#baab99 #99a8ba

#baab99 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baab99 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baab99 Color CSS Codes

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

#baab99 Text Font Color

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

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


#baab99 Background Color

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

This div background color is #baab99


#baab99 Border Color

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

This div border color is #baab99


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baab99


Comments

No comments written yet.

Please login to write comment.