Color Hex Logo

#ba9caa Color Hex

#BA9CAA
(186,156,170)
0 Favorites   0 Comments

Color spaces of #ba9caa

RGB 186156170
HSL0.920.180.67
HSV332°16°73°
CMYK 0.000.160.09   0.27
XYZ39.393937.118343.1185
Yxy37.11830.32930.3103
Hunter Lab60.92488.79950.6858
CIE-Lab67.365713.4574-3.1354

#ba9caa color RGB value is (186,156,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10011100 10101010
Octal 272 234 252
Decimal 186 156 170
Hex BA 9C AA

RGB Percentages of Color #ba9caa

%36.33
%30.47
%33.20

CMYK Percentages of Color #ba9caa

%0
%16
%9
%27

Triadic Colors of #ba9caa

#ba9caa #aaba9c #9caaba

Analogous Colors of #ba9caa

#ba9caa #ba9d9c #ba9cb9

Monochromatic Colors of #ba9caa

#ba9caa

Complementary Color

#ba9caa #9cbaac

#ba9caa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba9caa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba9caa Color CSS Codes

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

#ba9caa Text Font Color

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

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


#ba9caa Background Color

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

This div background color is #ba9caa


#ba9caa Border Color

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

This div border color is #ba9caa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba9caa


Comments

No comments written yet.

Please login to write comment.