Color Hex Logo

#abaaaf Color Hex

#ABAAAF
(171,170,175)
0 Favorites   0 Comments

Color spaces of #abaaaf

RGB 171170175
HSL0.700.030.68
HSV252°69°
CMYK 0.020.030.00   0.31
XYZ38.907240.502546.3246
Yxy40.50250.30940.3221
Hunter Lab63.6416-2.24701.3920
CIE-Lab69.82591.3112-2.4471

#abaaaf color RGB value is (171,170,175).

#abaaaf hex color red value is 171, green value is 170 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #abaaaf hue: 0.70 , saturation: 0.03 and the lightness value of abaaaf is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10101010 10101111
Octal 253 252 257
Decimal 171 170 175
Hex AB AA AF

RGB Percentages of Color #abaaaf

%33.14
%32.95
%33.91

CMYK Percentages of Color #abaaaf

%2
%3
%0
%31

Triadic Colors of #abaaaf

#abaaaf #afabaa #aaafab

Analogous Colors of #abaaaf

#abaaaf #aeaaaf #aaacaf

Monochromatic Colors of #abaaaf

#abaaaf

Complementary Color

#abaaaf #aeafaa

#abaaaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abaaaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#abaaaf Color CSS Codes

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

#abaaaf Text Font Color

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

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


#abaaaf Background Color

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

This div background color is #abaaaf


#abaaaf Border Color

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

This div border color is #abaaaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abaaaf


Comments

No comments written yet.

Please login to write comment.