Color Hex Logo

#a6abae Color Hex

#A6ABAE
(166,171,174)
0 Favorites   0 Comments

Color spaces of #a6abae

RGB 166171174
HSL0.560.050.67
HSV203°68°
CMYK 0.050.020.00   0.32
XYZ37.928840.288845.8219
Yxy40.28880.30580.3248
Hunter Lab63.4735-4.41521.6296
CIE-Lab69.6747-1.1754-2.1617

#a6abae color RGB value is (166,171,174).

#a6abae hex color red value is 166, green value is 171 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #a6abae hue: 0.56 , saturation: 0.05 and the lightness value of a6abae is 0.67.

The process color (four color CMYK) of #a6abae color hex is 0.05, 0.02, 0.00, 0.32. Web safe color of #a6abae is #999999. Color #a6abae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 10101011 10101110
Octal 246 253 256
Decimal 166 171 174
Hex A6 AB AE

RGB Percentages of Color #a6abae

%32.49
%33.46
%34.05

CMYK Percentages of Color #a6abae

%5
%2
%0
%32

Triadic Colors of #a6abae

#a6abae #aea6ab #abaea6

Analogous Colors of #a6abae

#a6abae #a6a7ae #a6aead

Monochromatic Colors of #a6abae

#a6abae

Complementary Color

#a6abae #aea9a6

#a6abae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6abae Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6abae Color CSS Codes

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

#a6abae Text Font Color

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

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


#a6abae Background Color

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

This div background color is #a6abae


#a6abae Border Color

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

This div border color is #a6abae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6abae


Comments

No comments written yet.

Please login to write comment.