Color Hex Logo

#b4a1ab Color Hex

#B4A1AB
(180,161,171)
0 Favorites   0 Comments

Color spaces of #b4a1ab

RGB 180161171
HSL0.910.110.67
HSV328°11°71°
CMYK 0.000.110.05   0.29
XYZ38.917938.133343.8373
Yxy38.13330.32190.3154
Hunter Lab61.75224.42931.1371
CIE-Lab68.11878.7039-2.6487

#b4a1ab color RGB value is (180,161,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 10100001 10101011
Octal 264 241 253
Decimal 180 161 171
Hex B4 A1 AB

RGB Percentages of Color #b4a1ab

%35.16
%31.45
%33.40

CMYK Percentages of Color #b4a1ab

%0
%11
%5
%29

Triadic Colors of #b4a1ab

#b4a1ab #abb4a1 #a1abb4

Analogous Colors of #b4a1ab

#b4a1ab #b4a1a2 #b4a1b4

Monochromatic Colors of #b4a1ab

#b4a1ab

Complementary Color

#b4a1ab #a1b4aa

#b4a1ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4a1ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4a1ab Color CSS Codes

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

#b4a1ab Text Font Color

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

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


#b4a1ab Background Color

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

This div background color is #b4a1ab


#b4a1ab Border Color

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

This div border color is #b4a1ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4a1ab


Comments

No comments written yet.

Please login to write comment.