Color Hex Logo

#a6bbab Color Hex

#A6BBAB
(166,187,171)
0 Favorites   0 Comments

Color spaces of #a6bbab

RGB 166187171
HSL0.370.130.69
HSV134°11°73°
CMYK 0.110.000.09   0.27
XYZ40.846946.587945.3676
Yxy46.58790.30760.3508
Hunter Lab68.2553-12.62488.3702
CIE-Lab73.9254-10.28915.6640

#a6bbab color RGB value is (166,187,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 10111011 10101011
Octal 246 273 253
Decimal 166 187 171
Hex A6 BB AB

RGB Percentages of Color #a6bbab

%31.68
%35.69
%32.63

CMYK Percentages of Color #a6bbab

%11
%0
%9
%27

Triadic Colors of #a6bbab

#a6bbab #aba6bb #bbaba6

Analogous Colors of #a6bbab

#a6bbab #a6bbb6 #acbba6

Monochromatic Colors of #a6bbab

#a6bbab

Complementary Color

#a6bbab #bba6b6

#a6bbab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6bbab Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6bbab Color CSS Codes

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

#a6bbab Text Font Color

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

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


#a6bbab Background Color

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

This div background color is #a6bbab


#a6bbab Border Color

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

This div border color is #a6bbab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6bbab

#a6bbab Color Palettes


Comments

No comments written yet.

Please login to write comment.