Color Hex Logo

#afa9bb Color Hex

#AFA9BB
(175,169,187)
0 Favorites   0 Comments

Color spaces of #afa9bb

RGB 175169187
HSL0.720.120.70
HSV260°10°73°
CMYK 0.060.100.00   0.27
XYZ40.836841.077852.7902
Yxy41.07780.30320.3049
Hunter Lab64.09201.5720-3.9706
CIE-Lab70.23045.6065-8.4456

#afa9bb color RGB value is (175,169,187).

#afa9bb hex color red value is 175, green value is 169 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #afa9bb hue: 0.72 , saturation: 0.12 and the lightness value of afa9bb is 0.70.

The process color (four color CMYK) of #afa9bb color hex is 0.06, 0.10, 0.00, 0.27. Web safe color of #afa9bb is #9999cc. Color #afa9bb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10101001 10111011
Octal 257 251 273
Decimal 175 169 187
Hex AF A9 BB

RGB Percentages of Color #afa9bb

%32.96
%31.83
%35.22

CMYK Percentages of Color #afa9bb

%6
%10
%0
%27

Triadic Colors of #afa9bb

#afa9bb #bbafa9 #a9bbaf

Analogous Colors of #afa9bb

#afa9bb #b8a9bb #a9acbb

Monochromatic Colors of #afa9bb

#afa9bb

Complementary Color

#afa9bb #b5bba9

#afa9bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa9bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa9bb Color CSS Codes

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

#afa9bb Text Font Color

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

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


#afa9bb Background Color

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

This div background color is #afa9bb


#afa9bb Border Color

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

This div border color is #afa9bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afa9bb


Comments

No comments written yet.

Please login to write comment.