Color Hex Logo

#abaab1 Color Hex

#ABAAB1
(171,170,177)
1 Favorites   0 Comments

Color spaces of #abaab1

RGB 171170177
HSL0.690.040.68
HSV249°69°
CMYK 0.030.040.00   0.31
XYZ39.105140.581747.3670
Yxy40.58170.30780.3194
Hunter Lab63.7038-1.90780.5075
CIE-Lab69.88191.6986-3.4706

#abaab1 color RGB value is (171,170,177).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10101010 10110001
Octal 253 252 261
Decimal 171 170 177
Hex AB AA B1

RGB Percentages of Color #abaab1

%33.01
%32.82
%34.17

CMYK Percentages of Color #abaab1

%3
%4
%0
%31

Triadic Colors of #abaab1

#abaab1 #b1abaa #aab1ab

Analogous Colors of #abaab1

#abaab1 #afaab1 #aaadb1

Monochromatic Colors of #abaab1

#abaab1

Complementary Color

#abaab1 #b0b1aa

#abaab1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abaab1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abaab1 Color CSS Codes

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

#abaab1 Text Font Color

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

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


#abaab1 Background Color

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

This div background color is #abaab1


#abaab1 Border Color

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

This div border color is #abaab1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abaab1


Comments

No comments written yet.

Please login to write comment.