Color Hex Logo

#afa9b0 Color Hex

#AFA9B0
(175,169,176)
0 Favorites   0 Comments

Color spaces of #afa9b0

RGB 175169176
HSL0.810.040.68
HSV291°69°
CMYK 0.010.040.00   0.31
XYZ39.703640.624546.8230
Yxy40.62450.31230.3195
Hunter Lab63.7374-0.34821.0603
CIE-Lab69.91203.4561-2.8362

#afa9b0 color RGB value is (175,169,176).

#afa9b0 hex color red value is 175, green value is 169 and the blue value of its RGB is 176. Cylindrical-coordinate representations (also known as HSL) of color #afa9b0 hue: 0.81 , saturation: 0.04 and the lightness value of afa9b0 is 0.68.

The process color (four color CMYK) of #afa9b0 color hex is 0.01, 0.04, 0.00, 0.31. Web safe color of #afa9b0 is #999999. Color #afa9b0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10101001 10110000
Octal 257 251 260
Decimal 175 169 176
Hex AF A9 B0

RGB Percentages of Color #afa9b0

%33.65
%32.50
%33.85

CMYK Percentages of Color #afa9b0

%1
%4
%0
%31

Triadic Colors of #afa9b0

#afa9b0 #b0afa9 #a9b0af

Analogous Colors of #afa9b0

#afa9b0 #b0a9ae #aca9b0

Monochromatic Colors of #afa9b0

#afa9b0

Complementary Color

#afa9b0 #aab0a9

#afa9b0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa9b0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa9b0 Color CSS Codes

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

#afa9b0 Text Font Color

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

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


#afa9b0 Background Color

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

This div background color is #afa9b0


#afa9b0 Border Color

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

This div border color is #afa9b0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afa9b0


Comments

No comments written yet.

Please login to write comment.