Color Hex Logo

#afa4ab Color Hex

#AFA4AB
(175,164,171)
0 Favorites   0 Comments

Color spaces of #afa4ab

RGB 175164171
HSL0.890.060.66
HSV322°69°
CMYK 0.000.060.02   0.31
XYZ38.305338.605243.9607
Yxy38.60520.31690.3194
Hunter Lab62.13311.31311.5440
CIE-Lab68.46435.2559-2.1913

#afa4ab color RGB value is (175,164,171).

#afa4ab hex color red value is 175, green value is 164 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #afa4ab hue: 0.89 , saturation: 0.06 and the lightness value of afa4ab is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10100100 10101011
Octal 257 244 253
Decimal 175 164 171
Hex AF A4 AB

RGB Percentages of Color #afa4ab

%34.31
%32.16
%33.53

CMYK Percentages of Color #afa4ab

%0
%6
%2
%31

Triadic Colors of #afa4ab

#afa4ab #abafa4 #a4abaf

Analogous Colors of #afa4ab

#afa4ab #afa4a6 #aea4af

Monochromatic Colors of #afa4ab

#afa4ab

Complementary Color

#afa4ab #a4afa8

#afa4ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa4ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa4ab Color CSS Codes

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

#afa4ab Text Font Color

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

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


#afa4ab Background Color

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

This div background color is #afa4ab


#afa4ab Border Color

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

This div border color is #afa4ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afa4ab


Comments

No comments written yet.

Please login to write comment.