Color Hex Logo

#abaab8 Color Hex

#ABAAB8
(171,170,184)
0 Favorites   0 Comments

Color spaces of #abaab8

RGB 171170184
HSL0.680.090.69
HSV244°72°
CMYK 0.070.080.00   0.28
XYZ39.821040.868151.1369
Yxy40.86810.30210.3100
Hunter Lab63.9282-0.6862-2.6771
CIE-Lab70.08343.0855-7.0413

#abaab8 color RGB value is (171,170,184).

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

The process color (four color CMYK) of #abaab8 color hex is 0.07, 0.08, 0.00, 0.28. Web safe color of #abaab8 is #9999cc. Color #abaab8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10101010 10111000
Octal 253 252 270
Decimal 171 170 184
Hex AB AA B8

RGB Percentages of Color #abaab8

%32.57
%32.38
%35.05

CMYK Percentages of Color #abaab8

%7
%8
%0
%28

Triadic Colors of #abaab8

#abaab8 #b8abaa #aab8ab

Analogous Colors of #abaab8

#abaab8 #b2aab8 #aab0b8

Monochromatic Colors of #abaab8

#abaab8

Complementary Color

#abaab8 #b7b8aa

#abaab8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abaab8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abaab8 Color CSS Codes

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

#abaab8 Text Font Color

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

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


#abaab8 Background Color

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

This div background color is #abaab8


#abaab8 Border Color

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

This div border color is #abaab8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abaab8


Comments

No comments written yet.

Please login to write comment.