Color Hex Logo

#afaaab Color Hex

#AFAAAB
(175,170,171)
0 Favorites   0 Comments

Color spaces of #afaaab

RGB 175170171
HSL0.970.030.68
HSV348°69°
CMYK 0.000.030.02   0.31
XYZ39.404640.803744.3271
Yxy40.80370.31640.3276
Hunter Lab63.8778-1.67393.5710
CIE-Lab70.03821.97180.1127

#afaaab color RGB value is (175,170,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10101010 10101011
Octal 257 252 253
Decimal 175 170 171
Hex AF AA AB

RGB Percentages of Color #afaaab

%33.91
%32.95
%33.14

CMYK Percentages of Color #afaaab

%0
%3
%2
%31

Triadic Colors of #afaaab

#afaaab #abafaa #aaabaf

Analogous Colors of #afaaab

#afaaab #afacaa #afaaae

Monochromatic Colors of #afaaab

#afaaab

Complementary Color

#afaaab #aaafae

#afaaab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afaaab Color Preview on White Background

Lorem ipsum dolor sit amet.

#afaaab Color CSS Codes

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

#afaaab Text Font Color

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

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


#afaaab Background Color

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

This div background color is #afaaab


#afaaab Border Color

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

This div border color is #afaaab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afaaab


Comments

No comments written yet.

Please login to write comment.