Color Hex Logo

#baa7aa Color Hex

#BAA7AA
(186,167,170)
0 Favorites   0 Comments

Color spaces of #baa7aa

RGB 186167170
HSL0.970.120.69
HSV351°10°73°
CMYK 0.000.100.09   0.27
XYZ41.324140.978843.7619
Yxy40.97880.32780.3251
Hunter Lab64.01473.20344.2783
CIE-Lab70.16117.40010.9573

#baa7aa color RGB value is (186,167,170).

#baa7aa hex color red value is 186, green value is 167 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #baa7aa hue: 0.97 , saturation: 0.12 and the lightness value of baa7aa is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10100111 10101010
Octal 272 247 252
Decimal 186 167 170
Hex BA A7 AA

RGB Percentages of Color #baa7aa

%35.56
%31.93
%32.50

CMYK Percentages of Color #baa7aa

%0
%10
%9
%27

Triadic Colors of #baa7aa

#baa7aa #aabaa7 #a7aaba

Analogous Colors of #baa7aa

#baa7aa #baaea7 #baa7b4

Monochromatic Colors of #baa7aa

#baa7aa

Complementary Color

#baa7aa #a7bab7

#baa7aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baa7aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#baa7aa Color CSS Codes

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

#baa7aa Text Font Color

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

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


#baa7aa Background Color

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

This div background color is #baa7aa


#baa7aa Border Color

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

This div border color is #baa7aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baa7aa


Comments

No comments written yet.

Please login to write comment.