Color Hex Logo

#a3baab Color Hex

#A3BAAB
(163,186,171)
0 Favorites   0 Comments

Color spaces of #a3baab

RGB 163186171
HSL0.390.140.68
HSV141°12°73°
CMYK 0.120.000.08   0.27
XYZ40.013845.844645.2680
Yxy45.84460.30520.3496
Hunter Lab67.7086-13.00197.7565
CIE-Lab73.4446-10.79954.9444

#a3baab color RGB value is (163,186,171).

#a3baab hex color red value is 163, green value is 186 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #a3baab hue: 0.39 , saturation: 0.14 and the lightness value of a3baab is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 10111010 10101011
Octal 243 272 253
Decimal 163 186 171
Hex A3 BA AB

RGB Percentages of Color #a3baab

%31.35
%35.77
%32.88

CMYK Percentages of Color #a3baab

%12
%0
%8
%27

Triadic Colors of #a3baab

#a3baab #aba3ba #baaba3

Analogous Colors of #a3baab

#a3baab #a3bab7 #a7baa3

Monochromatic Colors of #a3baab

#a3baab

Complementary Color

#a3baab #baa3b2

#a3baab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a3baab Color Preview on White Background

Lorem ipsum dolor sit amet.

#a3baab Color CSS Codes

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

#a3baab Text Font Color

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

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


#a3baab Background Color

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

This div background color is #a3baab


#a3baab Border Color

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

This div border color is #a3baab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a3baab


Comments

No comments written yet.

Please login to write comment.