Color Hex Logo

#a3bbab Color Hex

#A3BBAB
(163,187,171)
0 Favorites   0 Comments

Color spaces of #a3bbab

RGB 163187171
HSL0.390.150.69
HSV140°13°73°
CMYK 0.130.000.09   0.27
XYZ40.225346.267545.3385
Yxy46.26750.30510.3510
Hunter Lab68.0202-13.47548.0947
CIE-Lab73.7188-11.32235.3397

#a3bbab color RGB value is (163,187,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 10111011 10101011
Octal 243 273 253
Decimal 163 187 171
Hex A3 BB AB

RGB Percentages of Color #a3bbab

%31.29
%35.89
%32.82

CMYK Percentages of Color #a3bbab

%13
%0
%9
%27

Triadic Colors of #a3bbab

#a3bbab #aba3bb #bbaba3

Analogous Colors of #a3bbab

#a3bbab #a3bbb7 #a7bba3

Monochromatic Colors of #a3bbab

#a3bbab

Complementary Color

#a3bbab #bba3b3

#a3bbab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a3bbab Color Preview on White Background

Lorem ipsum dolor sit amet.

#a3bbab Color CSS Codes

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

#a3bbab Text Font Color

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

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


#a3bbab Background Color

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

This div background color is #a3bbab


#a3bbab Border Color

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

This div border color is #a3bbab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a3bbab


Comments

No comments written yet.

Please login to write comment.