Color Hex Logo

#a4afae Color Hex

#A4AFAE
(164,175,174)
0 Favorites   0 Comments

Color spaces of #a4afae

RGB 164175174
HSL0.480.060.66
HSV175°69°
CMYK 0.060.000.01   0.31
XYZ38.279841.608446.0581
Yxy41.60840.30390.3304
Hunter Lab64.5046-6.95342.8185
CIE-Lab70.6001-4.0320-0.8234

#a4afae color RGB value is (164,175,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 10101111 10101110
Octal 244 257 256
Decimal 164 175 174
Hex A4 AF AE

RGB Percentages of Color #a4afae

%31.97
%34.11
%33.92

CMYK Percentages of Color #a4afae

%6
%0
%1
%31

Triadic Colors of #a4afae

#a4afae #aea4af #afaea4

Analogous Colors of #a4afae

#a4afae #a4abaf #a4afa9

Monochromatic Colors of #a4afae

#a4afae

Complementary Color

#a4afae #afa4a5

#a4afae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4afae Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4afae Color CSS Codes

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

#a4afae Text Font Color

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

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


#a4afae Background Color

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

This div background color is #a4afae


#a4afae Border Color

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

This div border color is #a4afae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4afae


Comments

No comments written yet.

Please login to write comment.