Color Hex Logo

#afafaa Color Hex

#AFAFAA
(175,175,170)
0 Favorites   0 Comments

Color spaces of #afafaa

RGB 175175170
HSL0.170.030.68
HSV60°69°
CMYK 0.000.000.03   0.31
XYZ40.264942.676244.1454
Yxy42.67620.31680.3358
Hunter Lab65.3270-4.30225.6631
CIE-Lab71.3346-0.92272.5508

#afafaa color RGB value is (175,175,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10101111 10101010
Octal 257 257 252
Decimal 175 175 170
Hex AF AF AA

RGB Percentages of Color #afafaa

%33.65
%33.65
%32.69

CMYK Percentages of Color #afafaa

%0
%0
%3
%31

Triadic Colors of #afafaa

#afafaa #aaafaf #afaaaf

Analogous Colors of #afafaa

#afafaa #adafaa #afadaa

Monochromatic Colors of #afafaa

#afafaa

Complementary Color

#afafaa #aaaaaf

#afafaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afafaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#afafaa Color CSS Codes

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

#afafaa Text Font Color

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

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


#afafaa Background Color

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

This div background color is #afafaa


#afafaa Border Color

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

This div border color is #afafaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afafaa

#afafaa Color Palettes


Comments

No comments written yet.

Please login to write comment.