Color Hex Logo

#b1aba1 Color Hex

#B1ABA1
(177,171,161)
1 Favorites   0 Comments

Color spaces of #b1aba1

RGB 177171161
HSL0.100.090.66
HSV38°69°
CMYK 0.000.030.09   0.31
XYZ39.127441.046139.5787
Yxy41.04610.32670.3428
Hunter Lab64.0672-3.10348.2196
CIE-Lab70.20820.36265.8998

#b1aba1 color RGB value is (177,171,161).

#b1aba1 hex color red value is 177, green value is 171 and the blue value of its RGB is 161. Cylindrical-coordinate representations (also known as HSL) of color #b1aba1 hue: 0.10 , saturation: 0.09 and the lightness value of b1aba1 is 0.66.

The process color (four color CMYK) of #b1aba1 color hex is 0.00, 0.03, 0.09, 0.31. Web safe color of #b1aba1 is #999999. Color #b1aba1 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 10101011 10100001
Octal 261 253 241
Decimal 177 171 161
Hex B1 AB A1

RGB Percentages of Color #b1aba1

%34.77
%33.60
%31.63

CMYK Percentages of Color #b1aba1

%0
%3
%9
%31

Triadic Colors of #b1aba1

#b1aba1 #a1b1ab #aba1b1

Analogous Colors of #b1aba1

#b1aba1 #afb1a1 #b1a3a1

Monochromatic Colors of #b1aba1

#b1aba1

Complementary Color

#b1aba1 #a1a7b1

#b1aba1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1aba1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1aba1 Color CSS Codes

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

#b1aba1 Text Font Color

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

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


#b1aba1 Background Color

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

This div background color is #b1aba1


#b1aba1 Border Color

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

This div border color is #b1aba1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1aba1


Comments

No comments written yet.

Please login to write comment.