Color Hex Logo

#abaab4 Color Hex

#ABAAB4
(171,170,180)
0 Favorites   0 Comments

Color spaces of #abaab4

RGB 171170180
HSL0.680.060.69
HSV246°71°
CMYK 0.050.060.00   0.29
XYZ39.407540.702748.9594
Yxy40.70270.30530.3154
Hunter Lab63.7987-1.3908-0.8404
CIE-Lab69.96712.2872-5.0031

#abaab4 color RGB value is (171,170,180).

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

The process color (four color CMYK) of #abaab4 color hex is 0.05, 0.06, 0.00, 0.29. Web safe color of #abaab4 is #9999cc. Color #abaab4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10101010 10110100
Octal 253 252 264
Decimal 171 170 180
Hex AB AA B4

RGB Percentages of Color #abaab4

%32.82
%32.63
%34.55

CMYK Percentages of Color #abaab4

%5
%6
%0
%29

Triadic Colors of #abaab4

#abaab4 #b4abaa #aab4ab

Analogous Colors of #abaab4

#abaab4 #b0aab4 #aaaeb4

Monochromatic Colors of #abaab4

#abaab4

Complementary Color

#abaab4 #b3b4aa

#abaab4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abaab4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abaab4 Color CSS Codes

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

#abaab4 Text Font Color

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

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


#abaab4 Background Color

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

This div background color is #abaab4


#abaab4 Border Color

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

This div border color is #abaab4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abaab4


Comments

No comments written yet.

Please login to write comment.