Color Hex Logo

#b6afab Color Hex

#B6AFAB
(182,175,171)
0 Favorites   0 Comments

Color spaces of #b6afab

RGB 182175171
HSL0.060.070.69
HSV22°71°
CMYK 0.000.040.06   0.29
XYZ41.972143.545344.7210
Yxy43.54530.32230.3344
Hunter Lab65.9889-1.94596.0111
CIE-Lab71.92351.77302.9255

#b6afab color RGB value is (182,175,171).

#b6afab hex color red value is 182, green value is 175 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #b6afab hue: 0.06 , saturation: 0.07 and the lightness value of b6afab is 0.69.

The process color (four color CMYK) of #b6afab color hex is 0.00, 0.04, 0.06, 0.29. Web safe color of #b6afab is #cc9999. Color #b6afab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 10101111 10101011
Octal 266 257 253
Decimal 182 175 171
Hex B6 AF AB

RGB Percentages of Color #b6afab

%34.47
%33.14
%32.39

CMYK Percentages of Color #b6afab

%0
%4
%6
%29

Triadic Colors of #b6afab

#b6afab #abb6af #afabb6

Analogous Colors of #b6afab

#b6afab #b6b5ab #b6abad

Monochromatic Colors of #b6afab

#b6afab

Complementary Color

#b6afab #abb2b6

#b6afab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6afab Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6afab Color CSS Codes

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

#b6afab Text Font Color

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

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


#b6afab Background Color

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

This div background color is #b6afab


#b6afab Border Color

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

This div border color is #b6afab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6afab


Comments

No comments written yet.

Please login to write comment.