Color Hex Logo

#a4baaa Color Hex

#A4BAAA
(164,186,170)
0 Favorites   0 Comments

Color spaces of #a4baaa

RGB 164186170
HSL0.380.140.69
HSV136°12°73°
CMYK 0.120.000.09   0.27
XYZ40.124445.912644.7774
Yxy45.91260.30670.3510
Hunter Lab67.7588-12.87658.2503
CIE-Lab73.4888-10.64515.5618

#a4baaa color RGB value is (164,186,170).

#a4baaa hex color red value is 164, green value is 186 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #a4baaa hue: 0.38 , saturation: 0.14 and the lightness value of a4baaa is 0.69.

The process color (four color CMYK) of #a4baaa color hex is 0.12, 0.00, 0.09, 0.27. Web safe color of #a4baaa is #99cc99. Color #a4baaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 10111010 10101010
Octal 244 272 252
Decimal 164 186 170
Hex A4 BA AA

RGB Percentages of Color #a4baaa

%31.54
%35.77
%32.69

CMYK Percentages of Color #a4baaa

%12
%0
%9
%27

Triadic Colors of #a4baaa

#a4baaa #aaa4ba #baaaa4

Analogous Colors of #a4baaa

#a4baaa #a4bab5 #a9baa4

Monochromatic Colors of #a4baaa

#a4baaa

Complementary Color

#a4baaa #baa4b4

#a4baaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4baaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4baaa Color CSS Codes

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

#a4baaa Text Font Color

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

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


#a4baaa Background Color

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

This div background color is #a4baaa


#a4baaa Border Color

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

This div border color is #a4baaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4baaa


Comments

No comments written yet.

Please login to write comment.