Color Hex Logo

#a6bbaf Color Hex

#A6BBAF
(166,187,175)
0 Favorites   0 Comments

Color spaces of #a6bbaf

RGB 166187175
HSL0.400.130.69
HSV146°11°73°
CMYK 0.110.000.06   0.27
XYZ41.234146.742847.4064
Yxy46.74280.30460.3453
Hunter Lab68.3687-11.98946.7468
CIE-Lab74.0250-9.52973.6306

#a6bbaf color RGB value is (166,187,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 10111011 10101111
Octal 246 273 257
Decimal 166 187 175
Hex A6 BB AF

RGB Percentages of Color #a6bbaf

%31.44
%35.42
%33.14

CMYK Percentages of Color #a6bbaf

%11
%0
%6
%27

Triadic Colors of #a6bbaf

#a6bbaf #afa6bb #bbafa6

Analogous Colors of #a6bbaf

#a6bbaf #a6bbba #a8bba6

Monochromatic Colors of #a6bbaf

#a6bbaf

Complementary Color

#a6bbaf #bba6b2

#a6bbaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6bbaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6bbaf Color CSS Codes

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

#a6bbaf Text Font Color

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

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


#a6bbaf Background Color

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

This div background color is #a6bbaf


#a6bbaf Border Color

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

This div border color is #a6bbaf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(166,187,175, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6bbaf


Comments

No comments written yet.

Please login to write comment.