Color Hex Logo

#a4b2ae Color Hex

#A4B2AE
(164,178,174)
0 Favorites   0 Comments

Color spaces of #a4b2ae

RGB 164178174
HSL0.450.080.67
HSV163°70°
CMYK 0.080.000.02   0.30
XYZ38.870242.789346.2549
Yxy42.78930.30390.3345
Hunter Lab65.4135-8.40493.8646
CIE-Lab71.4117-5.64180.3625

#a4b2ae color RGB value is (164,178,174).

#a4b2ae hex color red value is 164, green value is 178 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #a4b2ae hue: 0.45 , saturation: 0.08 and the lightness value of a4b2ae is 0.67.

The process color (four color CMYK) of #a4b2ae color hex is 0.08, 0.00, 0.02, 0.30. Web safe color of #a4b2ae is #999999. Color #a4b2ae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 10110010 10101110
Octal 244 262 256
Decimal 164 178 174
Hex A4 B2 AE

RGB Percentages of Color #a4b2ae

%31.78
%34.50
%33.72

CMYK Percentages of Color #a4b2ae

%8
%0
%2
%30

Triadic Colors of #a4b2ae

#a4b2ae #aea4b2 #b2aea4

Analogous Colors of #a4b2ae

#a4b2ae #a4afb2 #a4b2a7

Monochromatic Colors of #a4b2ae

#a4b2ae

Complementary Color

#a4b2ae #b2a4a8

#a4b2ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4b2ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4b2ae Color CSS Codes

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

#a4b2ae Text Font Color

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

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


#a4b2ae Background Color

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

This div background color is #a4b2ae


#a4b2ae Border Color

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

This div border color is #a4b2ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4b2ae

#a4b2ae Color Palettes


Comments

No comments written yet.

Please login to write comment.