Color Hex Logo

#afa8ad Color Hex

#AFA8AD
(175,168,173)
0 Favorites   0 Comments

Color spaces of #afa8ad

RGB 175168173
HSL0.880.040.67
HSV317°69°
CMYK 0.000.040.01   0.31
XYZ39.224740.136445.2149
Yxy40.13640.31490.3222
Hunter Lab63.3533-0.35142.0324
CIE-Lab69.56663.4363-1.6835

#afa8ad color RGB value is (175,168,173).

#afa8ad hex color red value is 175, green value is 168 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #afa8ad hue: 0.88 , saturation: 0.04 and the lightness value of afa8ad is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10101000 10101101
Octal 257 250 255
Decimal 175 168 173
Hex AF A8 AD

RGB Percentages of Color #afa8ad

%33.91
%32.56
%33.53

CMYK Percentages of Color #afa8ad

%0
%4
%1
%31

Triadic Colors of #afa8ad

#afa8ad #adafa8 #a8adaf

Analogous Colors of #afa8ad

#afa8ad #afa8aa #aea8af

Monochromatic Colors of #afa8ad

#afa8ad

Complementary Color

#afa8ad #a8afaa

#afa8ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa8ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa8ad Color CSS Codes

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

#afa8ad Text Font Color

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

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


#afa8ad Background Color

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

This div background color is #afa8ad


#afa8ad Border Color

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

This div border color is #afa8ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afa8ad


Comments

No comments written yet.

Please login to write comment.