Color Hex Logo

#b1afaa Color Hex

#B1AFAA
(177,175,170)
0 Favorites   0 Comments

Color spaces of #b1afaa

RGB 177175170
HSL0.120.040.68
HSV43°69°
CMYK 0.000.010.04   0.31
XYZ40.717142.909344.1665
Yxy42.90930.31860.3358
Hunter Lab65.5052-3.68105.8777
CIE-Lab71.4934-0.20632.8009

#b1afaa color RGB value is (177,175,170).

#b1afaa hex color red value is 177, green value is 175 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #b1afaa hue: 0.12 , saturation: 0.04 and the lightness value of b1afaa is 0.68.

The process color (four color CMYK) of #b1afaa color hex is 0.00, 0.01, 0.04, 0.31. Web safe color of #b1afaa is #999999. Color #b1afaa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 10101111 10101010
Octal 261 257 252
Decimal 177 175 170
Hex B1 AF AA

RGB Percentages of Color #b1afaa

%33.91
%33.52
%32.57

CMYK Percentages of Color #b1afaa

%0
%1
%4
%31

Triadic Colors of #b1afaa

#b1afaa #aab1af #afaab1

Analogous Colors of #b1afaa

#b1afaa #b0b1aa #b1acaa

Monochromatic Colors of #b1afaa

#b1afaa

Complementary Color

#b1afaa #aaacb1

#b1afaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1afaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1afaa Color CSS Codes

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

#b1afaa Text Font Color

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

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


#b1afaa Background Color

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

This div background color is #b1afaa


#b1afaa Border Color

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

This div border color is #b1afaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1afaa


Comments

No comments written yet.

Please login to write comment.