Color Hex Logo

#afafab Color Hex

#AFAFAB
(175,175,171)
0 Favorites   0 Comments

Color spaces of #afafab

RGB 175175171
HSL0.170.020.68
HSV60°69°
CMYK 0.000.000.02   0.31
XYZ40.359942.714244.6455
Yxy42.71420.31600.3344
Hunter Lab65.3561-4.14265.2476
CIE-Lab71.3606-0.73932.0386

#afafab color RGB value is (175,175,171).

#afafab hex color red value is 175, green value is 175 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #afafab hue: 0.17 , saturation: 0.02 and the lightness value of afafab is 0.68.

The process color (four color CMYK) of #afafab color hex is 0.00, 0.00, 0.02, 0.31. Web safe color of #afafab is #999999. Color #afafab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10101111 10101011
Octal 257 257 253
Decimal 175 175 171
Hex AF AF AB

RGB Percentages of Color #afafab

%33.59
%33.59
%32.82

CMYK Percentages of Color #afafab

%0
%0
%2
%31

Triadic Colors of #afafab

#afafab #abafaf #afabaf

Analogous Colors of #afafab

#afafab #adafab #afadab

Monochromatic Colors of #afafab

#afafab

Complementary Color

#afafab #ababaf

#afafab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afafab Color Preview on White Background

Lorem ipsum dolor sit amet.

#afafab Color CSS Codes

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

#afafab Text Font Color

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

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


#afafab Background Color

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

This div background color is #afafab


#afafab Border Color

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

This div border color is #afafab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afafab


Comments

No comments written yet.

Please login to write comment.