Color Hex Logo

#baacb1 Color Hex

#BAACB1
(186,172,177)
0 Favorites   0 Comments

Color spaces of #baacb1

RGB 186172177
HSL0.940.090.70
HSV339°73°
CMYK 0.000.080.05   0.27
XYZ42.938043.118547.6546
Yxy43.11850.32110.3225
Hunter Lab65.66471.80762.9369
CIE-Lab71.63535.9138-0.7535

#baacb1 color RGB value is (186,172,177).

#baacb1 hex color red value is 186, green value is 172 and the blue value of its RGB is 177. Cylindrical-coordinate representations (also known as HSL) of color #baacb1 hue: 0.94 , saturation: 0.09 and the lightness value of baacb1 is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10101100 10110001
Octal 272 254 261
Decimal 186 172 177
Hex BA AC B1

RGB Percentages of Color #baacb1

%34.77
%32.15
%33.08

CMYK Percentages of Color #baacb1

%0
%8
%5
%27

Triadic Colors of #baacb1

#baacb1 #b1baac #acb1ba

Analogous Colors of #baacb1

#baacb1 #baaeac #baacb8

Monochromatic Colors of #baacb1

#baacb1

Complementary Color

#baacb1 #acbab5

#baacb1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baacb1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baacb1 Color CSS Codes

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

#baacb1 Text Font Color

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

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


#baacb1 Background Color

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

This div background color is #baacb1


#baacb1 Border Color

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

This div border color is #baacb1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baacb1


Comments

No comments written yet.

Please login to write comment.