Color Hex Logo

#a0abae Color Hex

#A0ABAE
(160,171,174)
0 Favorites   0 Comments

Color spaces of #a0abae

RGB 160171174
HSL0.540.080.65
HSV193°68°
CMYK 0.080.020.00   0.32
XYZ36.700139.655445.7644
Yxy39.65540.30050.3247
Hunter Lab62.9725-6.17300.9926
CIE-Lab69.2234-3.2486-2.8772

#a0abae color RGB value is (160,171,174).

#a0abae hex color red value is 160, green value is 171 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #a0abae hue: 0.54 , saturation: 0.08 and the lightness value of a0abae is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 10101011 10101110
Octal 240 253 256
Decimal 160 171 174
Hex A0 AB AE

RGB Percentages of Color #a0abae

%31.68
%33.86
%34.46

CMYK Percentages of Color #a0abae

%8
%2
%0
%32

Triadic Colors of #a0abae

#a0abae #aea0ab #abaea0

Analogous Colors of #a0abae

#a0abae #a0a4ae #a0aeaa

Monochromatic Colors of #a0abae

#a0abae

Complementary Color

#a0abae #aea3a0

#a0abae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0abae Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0abae Color CSS Codes

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

#a0abae Text Font Color

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

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


#a0abae Background Color

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

This div background color is #a0abae


#a0abae Border Color

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

This div border color is #a0abae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0abae


Comments

No comments written yet.

Please login to write comment.