Color Hex Logo

#b9afaf Color Hex

#B9AFAF
(185,175,175)
0 Favorites   0 Comments

Color spaces of #b9afaf

RGB 185175175
HSL0.000.070.71
HSV73°
CMYK 0.000.050.05   0.27
XYZ43.075444.069446.7934
Yxy44.06940.32160.3290
Hunter Lab66.3848-0.34934.6769
CIE-Lab72.27493.56601.2694

#b9afaf color RGB value is (185,175,175).

#b9afaf hex color red value is 185, green value is 175 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #b9afaf hue: 0.00 , saturation: 0.07 and the lightness value of b9afaf is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 10101111 10101111
Octal 271 257 257
Decimal 185 175 175
Hex B9 AF AF

RGB Percentages of Color #b9afaf

%34.58
%32.71
%32.71

CMYK Percentages of Color #b9afaf

%0
%5
%5
%27

Triadic Colors of #b9afaf

#b9afaf #afb9af #afafb9

Analogous Colors of #b9afaf

#b9afaf #b9b4af #b9afb4

Monochromatic Colors of #b9afaf

#b9afaf

Complementary Color

#b9afaf #afb9b9

#b9afaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9afaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9afaf Color CSS Codes

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

#b9afaf Text Font Color

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

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


#b9afaf Background Color

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

This div background color is #b9afaf


#b9afaf Border Color

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

This div border color is #b9afaf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(185,175,175, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #b9afaf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9afaf


Comments

No comments written yet.

Please login to write comment.