Color Hex Logo

#aba1ae Color Hex

#ABA1AE
(171,161,174)
0 Favorites   0 Comments

Color spaces of #aba1ae

RGB 171161174
HSL0.790.070.66
HSV286°68°
CMYK 0.020.070.00   0.32
XYZ37.179437.203745.2659
Yxy37.20370.31070.3109
Hunter Lab60.99482.0637-1.3043
CIE-Lab67.42966.0614-5.4240

#aba1ae color RGB value is (171,161,174).

#aba1ae hex color red value is 171, green value is 161 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #aba1ae hue: 0.79 , saturation: 0.07 and the lightness value of aba1ae is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10100001 10101110
Octal 253 241 256
Decimal 171 161 174
Hex AB A1 AE

RGB Percentages of Color #aba1ae

%33.79
%31.82
%34.39

CMYK Percentages of Color #aba1ae

%2
%7
%0
%32

Triadic Colors of #aba1ae

#aba1ae #aeaba1 #a1aeab

Analogous Colors of #aba1ae

#aba1ae #aea1ab #a5a1ae

Monochromatic Colors of #aba1ae

#aba1ae

Complementary Color

#aba1ae #a4aea1

#aba1ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aba1ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#aba1ae Color CSS Codes

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

#aba1ae Text Font Color

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

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


#aba1ae Background Color

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

This div background color is #aba1ae


#aba1ae Border Color

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

This div border color is #aba1ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aba1ae


Comments

No comments written yet.

Please login to write comment.