Color Hex Logo

#a6afbb Color Hex

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

Color spaces of #a6afbb

RGB 166175187
HSL0.600.130.69
HSV214°11°73°
CMYK 0.110.060.00   0.27
XYZ40.025542.354853.0794
Yxy42.35480.29550.3127
Hunter Lab65.0806-4.1109-2.8002
CIE-Lab71.1149-0.7210-7.2070

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

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

The process color (four color CMYK) of #a6afbb color hex is 0.11, 0.06, 0.00, 0.27. Web safe color of #a6afbb is #9999cc. Color #a6afbb contains mainly BLUE color.

Base Numbers

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

RGB Percentages of Color #a6afbb

%31.44
%33.14
%35.42

CMYK Percentages of Color #a6afbb

%11
%6
%0
%27

Triadic Colors of #a6afbb

#a6afbb #bba6af #afbba6

Analogous Colors of #a6afbb

#a6afbb #a8a6bb #a6babb

Monochromatic Colors of #a6afbb

#a6afbb

Complementary Color

#a6afbb #bbb2a6

#a6afbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6afbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6afbb Color CSS Codes

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

#a6afbb Text Font Color

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

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


#a6afbb Background Color

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

This div background color is #a6afbb


#a6afbb Border Color

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

This div border color is #a6afbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6afbb


Comments

No comments written yet.

Please login to write comment.