Color Hex Logo

#b5a1ac Color Hex

#B5A1AC
(181,161,172)
0 Favorites   0 Comments

Color spaces of #b5a1ac

RGB 181161172
HSL0.910.120.67
HSV327°11°71°
CMYK 0.000.110.05   0.29
XYZ39.247338.292144.3523
Yxy38.29210.32200.3141
Hunter Lab61.88064.92120.8209
CIE-Lab68.23539.2458-3.0237

#b5a1ac color RGB value is (181,161,172).

#b5a1ac hex color red value is 181, green value is 161 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #b5a1ac hue: 0.91 , saturation: 0.12 and the lightness value of b5a1ac is 0.67.

The process color (four color CMYK) of #b5a1ac color hex is 0.00, 0.11, 0.05, 0.29. Web safe color of #b5a1ac is #cc9999. Color #b5a1ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 10100001 10101100
Octal 265 241 254
Decimal 181 161 172
Hex B5 A1 AC

RGB Percentages of Color #b5a1ac

%35.21
%31.32
%33.46

CMYK Percentages of Color #b5a1ac

%0
%11
%5
%29

Triadic Colors of #b5a1ac

#b5a1ac #acb5a1 #a1acb5

Analogous Colors of #b5a1ac

#b5a1ac #b5a1a2 #b4a1b5

Monochromatic Colors of #b5a1ac

#b5a1ac

Complementary Color

#b5a1ac #a1b5aa

#b5a1ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5a1ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5a1ac Color CSS Codes

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

#b5a1ac Text Font Color

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

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


#b5a1ac Background Color

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

This div background color is #b5a1ac


#b5a1ac Border Color

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

This div border color is #b5a1ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5a1ac


Comments

No comments written yet.

Please login to write comment.