Color Hex Logo

#b3afab Color Hex

#B3AFAB
(179,175,171)
0 Favorites   0 Comments

Color spaces of #b3afab

RGB 179175171
HSL0.080.050.69
HSV30°70°
CMYK 0.000.020.04   0.30
XYZ41.271143.183944.6882
Yxy43.18390.31960.3344
Hunter Lab65.7145-2.89575.6808
CIE-Lab71.67960.69272.5414

#b3afab color RGB value is (179,175,171).

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

The process color (four color CMYK) of #b3afab color hex is 0.00, 0.02, 0.04, 0.30. Web safe color of #b3afab is #cc9999. Color #b3afab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 10101111 10101011
Octal 263 257 253
Decimal 179 175 171
Hex B3 AF AB

RGB Percentages of Color #b3afab

%34.10
%33.33
%32.57

CMYK Percentages of Color #b3afab

%0
%2
%4
%30

Triadic Colors of #b3afab

#b3afab #abb3af #afabb3

Analogous Colors of #b3afab

#b3afab #b3b3ab #b3abab

Monochromatic Colors of #b3afab

#b3afab

Complementary Color

#b3afab #abafb3

#b3afab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b3afab Color Preview on White Background

Lorem ipsum dolor sit amet.

#b3afab Color CSS Codes

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

#b3afab Text Font Color

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

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


#b3afab Background Color

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

This div background color is #b3afab


#b3afab Border Color

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

This div border color is #b3afab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b3afab


Comments

No comments written yet.

Please login to write comment.