Color Hex Logo

#a4b8ac Color Hex

#A4B8AC
(164,184,172)
0 Favorites   0 Comments

Color spaces of #a4b8ac

RGB 164184172
HSL0.400.120.68
HSV144°11°72°
CMYK 0.110.000.07   0.28
XYZ39.896745.152145.6422
Yxy45.15210.30530.3455
Hunter Lab67.1953-11.60886.7642
CIE-Lab72.9919-9.21443.7538

#a4b8ac color RGB value is (164,184,172).

#a4b8ac hex color red value is 164, green value is 184 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #a4b8ac hue: 0.40 , saturation: 0.12 and the lightness value of a4b8ac is 0.68.

The process color (four color CMYK) of #a4b8ac color hex is 0.11, 0.00, 0.07, 0.28. Web safe color of #a4b8ac is #99cc99. Color #a4b8ac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 10111000 10101100
Octal 244 270 254
Decimal 164 184 172
Hex A4 B8 AC

RGB Percentages of Color #a4b8ac

%31.54
%35.38
%33.08

CMYK Percentages of Color #a4b8ac

%11
%0
%7
%28

Triadic Colors of #a4b8ac

#a4b8ac #aca4b8 #b8aca4

Analogous Colors of #a4b8ac

#a4b8ac #a4b8b6 #a6b8a4

Monochromatic Colors of #a4b8ac

#a4b8ac

Complementary Color

#a4b8ac #b8a4b0

#a4b8ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4b8ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4b8ac Color CSS Codes

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

#a4b8ac Text Font Color

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

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


#a4b8ac Background Color

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

This div background color is #a4b8ac


#a4b8ac Border Color

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

This div border color is #a4b8ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4b8ac

#a4b8ac Color Palettes


Comments

No comments written yet.

Please login to write comment.