Color Hex Logo

#afafa5 Color Hex

#AFAFA5
(175,175,165)
0 Favorites   0 Comments

Color spaces of #afafa5

RGB 175175165
HSL0.170.060.67
HSV60°69°
CMYK 0.000.000.06   0.31
XYZ39.800742.490541.7011
Yxy42.49050.32100.3427
Hunter Lab65.1847-5.08427.6993
CIE-Lab71.2078-1.82465.1162

#afafa5 color RGB value is (175,175,165).

#afafa5 hex color red value is 175, green value is 175 and the blue value of its RGB is 165. Cylindrical-coordinate representations (also known as HSL) of color #afafa5 hue: 0.17 , saturation: 0.06 and the lightness value of afafa5 is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10101111 10100101
Octal 257 257 245
Decimal 175 175 165
Hex AF AF A5

RGB Percentages of Color #afafa5

%33.98
%33.98
%32.04

CMYK Percentages of Color #afafa5

%0
%0
%6
%31

Triadic Colors of #afafa5

#afafa5 #a5afaf #afa5af

Analogous Colors of #afafa5

#afafa5 #aaafa5 #afaaa5

Monochromatic Colors of #afafa5

#afafa5

Complementary Color

#afafa5 #a5a5af

#afafa5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afafa5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afafa5 Color CSS Codes

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

#afafa5 Text Font Color

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

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


#afafa5 Background Color

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

This div background color is #afafa5


#afafa5 Border Color

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

This div border color is #afafa5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afafa5


Comments

No comments written yet.

Please login to write comment.