Color Hex Logo

#baaa9f Color Hex

#BAAA9F
(186,170,159)
0 Favorites   0 Comments

Color spaces of #baaa9f

RGB 186170159
HSL0.070.160.68
HSV24°15°73°
CMYK 0.000.090.15   0.27
XYZ40.882441.691838.6935
Yxy41.69180.33710.3438
Hunter Lab64.56920.02249.6685
CIE-Lab70.65793.90427.7473

#baaa9f color RGB value is (186,170,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10101010 10011111
Octal 272 252 237
Decimal 186 170 159
Hex BA AA 9F

RGB Percentages of Color #baaa9f

%36.12
%33.01
%30.87

CMYK Percentages of Color #baaa9f

%0
%9
%15
%27

Triadic Colors of #baaa9f

#baaa9f #9fbaaa #aa9fba

Analogous Colors of #baaa9f

#baaa9f #bab89f #ba9fa2

Monochromatic Colors of #baaa9f

#baaa9f

Complementary Color

#baaa9f #9fafba

#baaa9f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baaa9f Color Preview on White Background

Lorem ipsum dolor sit amet.

#baaa9f Color CSS Codes

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

#baaa9f Text Font Color

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

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


#baaa9f Background Color

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

This div background color is #baaa9f


#baaa9f Border Color

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

This div border color is #baaa9f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baaa9f


Comments

No comments written yet.

Please login to write comment.