Color Hex Logo

#b5afab Color Hex

#B5AFAB
(181,175,171)
0 Favorites   0 Comments

Color spaces of #b5afab

RGB 181175171
HSL0.070.060.69
HSV24°71°
CMYK 0.000.030.06   0.29
XYZ41.736743.424044.7100
Yxy43.42400.32140.3344
Hunter Lab65.8969-2.26415.9005
CIE-Lab71.84181.41202.7968

#b5afab color RGB value is (181,175,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 10101111 10101011
Octal 265 257 253
Decimal 181 175 171
Hex B5 AF AB

RGB Percentages of Color #b5afab

%34.35
%33.21
%32.45

CMYK Percentages of Color #b5afab

%0
%3
%6
%29

Triadic Colors of #b5afab

#b5afab #abb5af #afabb5

Analogous Colors of #b5afab

#b5afab #b5b4ab #b5abac

Monochromatic Colors of #b5afab

#b5afab

Complementary Color

#b5afab #abb1b5

#b5afab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5afab Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5afab Color CSS Codes

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

#b5afab Text Font Color

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

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


#b5afab Background Color

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

This div background color is #b5afab


#b5afab Border Color

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

This div border color is #b5afab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5afab


Comments

No comments written yet.

Please login to write comment.