Color Hex Logo

#baaa9e Color Hex

#BAAA9E
(186,170,158)
0 Favorites   0 Comments

Color spaces of #baaa9e

RGB 186170158
HSL0.070.170.67
HSV26°15°73°
CMYK 0.000.090.15   0.27
XYZ40.796041.657238.2382
Yxy41.65720.33800.3452
Hunter Lab64.5424-0.122810.0533
CIE-Lab70.63393.74158.2638

#baaa9e color RGB value is (186,170,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10101010 10011110
Octal 272 252 236
Decimal 186 170 158
Hex BA AA 9E

RGB Percentages of Color #baaa9e

%36.19
%33.07
%30.74

CMYK Percentages of Color #baaa9e

%0
%9
%15
%27

Triadic Colors of #baaa9e

#baaa9e #9ebaaa #aa9eba

Analogous Colors of #baaa9e

#baaa9e #bab89e #ba9ea0

Monochromatic Colors of #baaa9e

#baaa9e

Complementary Color

#baaa9e #9eaeba

#baaa9e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baaa9e Color Preview on White Background

Lorem ipsum dolor sit amet.

#baaa9e Color CSS Codes

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

#baaa9e Text Font Color

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

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


#baaa9e Background Color

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

This div background color is #baaa9e


#baaa9e Border Color

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

This div border color is #baaa9e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baaa9e


Comments

No comments written yet.

Please login to write comment.