Color Hex Logo

#abaaae Color Hex

#ABAAAE
(171,170,174)
0 Favorites   0 Comments

Color spaces of #abaaae

RGB 171170174
HSL0.710.020.67
HSV255°68°
CMYK 0.020.020.00   0.32
XYZ38.809340.463445.8091
Yxy40.46340.31030.3235
Hunter Lab63.6108-2.41521.8301
CIE-Lab69.79831.1186-1.9347

#abaaae color RGB value is (171,170,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10101010 10101110
Octal 253 252 256
Decimal 171 170 174
Hex AB AA AE

RGB Percentages of Color #abaaae

%33.20
%33.01
%33.79

CMYK Percentages of Color #abaaae

%2
%2
%0
%32

Triadic Colors of #abaaae

#abaaae #aeabaa #aaaeab

Analogous Colors of #abaaae

#abaaae #adaaae #aaabae

Monochromatic Colors of #abaaae

#abaaae

Complementary Color

#abaaae #adaeaa

#abaaae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abaaae Color Preview on White Background

Lorem ipsum dolor sit amet.

#abaaae Color CSS Codes

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

#abaaae Text Font Color

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

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


#abaaae Background Color

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

This div background color is #abaaae


#abaaae Border Color

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

This div border color is #abaaae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abaaae

#abaaae Color Palettes


Comments

No comments written yet.

Please login to write comment.