Color Hex Logo

#b8afab Color Hex

#B8AFAB
(184,175,171)
0 Favorites   0 Comments

Color spaces of #b8afab

RGB 184175171
HSL0.050.080.70
HSV18°72°
CMYK 0.000.050.07   0.28
XYZ42.447843.790644.7433
Yxy43.79060.32410.3343
Hunter Lab66.1745-1.30606.2337
CIE-Lab72.08832.49573.1850

#b8afab color RGB value is (184,175,171).

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

The process color (four color CMYK) of #b8afab color hex is 0.00, 0.05, 0.07, 0.28. Web safe color of #b8afab is #cc9999. Color #b8afab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 10101111 10101011
Octal 270 257 253
Decimal 184 175 171
Hex B8 AF AB

RGB Percentages of Color #b8afab

%34.72
%33.02
%32.26

CMYK Percentages of Color #b8afab

%0
%5
%7
%28

Triadic Colors of #b8afab

#b8afab #abb8af #afabb8

Analogous Colors of #b8afab

#b8afab #b8b6ab #b8abae

Monochromatic Colors of #b8afab

#b8afab

Complementary Color

#b8afab #abb4b8

#b8afab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b8afab Color Preview on White Background

Lorem ipsum dolor sit amet.

#b8afab Color CSS Codes

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

#b8afab Text Font Color

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

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


#b8afab Background Color

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

This div background color is #b8afab


#b8afab Border Color

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

This div border color is #b8afab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b8afab


Comments

No comments written yet.

Please login to write comment.