Color Hex Logo

#ababae Color Hex

#ABABAE
(171,171,174)
0 Favorites   0 Comments

Color spaces of #ababae

RGB 171171174
HSL0.670.020.68
HSV240°68°
CMYK 0.020.020.00   0.32
XYZ38.997540.839745.8719
Yxy40.83970.31020.3249
Hunter Lab63.9059-2.90892.1756
CIE-Lab70.06350.5744-1.5460

#ababae color RGB value is (171,171,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10101011 10101110
Octal 253 253 256
Decimal 171 171 174
Hex AB AB AE

RGB Percentages of Color #ababae

%33.14
%33.14
%33.72

CMYK Percentages of Color #ababae

%2
%2
%0
%32

Triadic Colors of #ababae

#ababae #aeabab #abaeab

Analogous Colors of #ababae

#ababae #adabae #abadae

Monochromatic Colors of #ababae

#ababae

Complementary Color

#ababae #aeaeab

#ababae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ababae Color Preview on White Background

Lorem ipsum dolor sit amet.

#ababae Color CSS Codes

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

#ababae Text Font Color

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

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


#ababae Background Color

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

This div background color is #ababae


#ababae Border Color

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

This div border color is #ababae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ababae


Comments

No comments written yet.

Please login to write comment.