Color Hex Logo

#a4aeaf Color Hex

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

Color spaces of #a4aeaf

RGB 164174175
HSL0.520.060.66
HSV185°69°
CMYK 0.060.010.00   0.31
XYZ38.183841.259846.5089
Yxy41.25980.30320.3276
Hunter Lab64.2338-6.29972.0343
CIE-Lab70.3576-3.2955-1.7297

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

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

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

Base Numbers

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

RGB Percentages of Color #a4aeaf

%31.97
%33.92
%34.11

CMYK Percentages of Color #a4aeaf

%6
%1
%0
%31

Triadic Colors of #a4aeaf

#a4aeaf #afa4ae #aeafa4

Analogous Colors of #a4aeaf

#a4aeaf #a4a9af #a4afab

Monochromatic Colors of #a4aeaf

#a4aeaf

Complementary Color

#a4aeaf #afa5a4

#a4aeaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4aeaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4aeaf Color CSS Codes

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

#a4aeaf Text Font Color

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

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


#a4aeaf Background Color

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

This div background color is #a4aeaf


#a4aeaf Border Color

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

This div border color is #a4aeaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4aeaf


Comments

No comments written yet.

Please login to write comment.