Color Hex Logo

#a4afab Color Hex

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

Color spaces of #a4afab

RGB 164175171
HSL0.440.060.66
HSV158°69°
CMYK 0.060.000.02   0.31
XYZ37.990541.492744.5347
Yxy41.49270.30630.3346
Hunter Lab64.4148-7.45044.0988
CIE-Lab70.5197-4.61820.7120

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

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

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

Base Numbers

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

RGB Percentages of Color #a4afab

%32.16
%34.31
%33.53

CMYK Percentages of Color #a4afab

%6
%0
%2
%31

Triadic Colors of #a4afab

#a4afab #aba4af #afaba4

Analogous Colors of #a4afab

#a4afab #a4aeaf #a4afa6

Monochromatic Colors of #a4afab

#a4afab

Complementary Color

#a4afab #afa4a8

#a4afab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4afab Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4afab Color CSS Codes

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

#a4afab Text Font Color

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

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


#a4afab Background Color

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

This div background color is #a4afab


#a4afab Border Color

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

This div border color is #a4afab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4afab


Comments

No comments written yet.

Please login to write comment.