Color Hex Logo

#ababa2 Color Hex

#ABABA2
(171,171,162)
0 Favorites   0 Comments

Color spaces of #ababa2

RGB 171171162
HSL0.170.050.65
HSV60°67°
CMYK 0.000.000.05   0.33
XYZ37.879140.392439.9825
Yxy40.39240.32030.3416
Hunter Lab63.5550-4.83447.1891
CIE-Lab69.7481-1.65254.6228

#ababa2 color RGB value is (171,171,162).

#ababa2 hex color red value is 171, green value is 171 and the blue value of its RGB is 162. Cylindrical-coordinate representations (also known as HSL) of color #ababa2 hue: 0.17 , saturation: 0.05 and the lightness value of ababa2 is 0.65.

The process color (four color CMYK) of #ababa2 color hex is 0.00, 0.00, 0.05, 0.33. Web safe color of #ababa2 is #999999. Color #ababa2 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10101011 10100010
Octal 253 253 242
Decimal 171 171 162
Hex AB AB A2

RGB Percentages of Color #ababa2

%33.93
%33.93
%32.14

CMYK Percentages of Color #ababa2

%0
%0
%5
%33

Triadic Colors of #ababa2

#ababa2 #a2abab #aba2ab

Analogous Colors of #ababa2

#ababa2 #a7aba2 #aba7a2

Monochromatic Colors of #ababa2

#ababa2

Complementary Color

#ababa2 #a2a2ab

#ababa2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ababa2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ababa2 Color CSS Codes

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

#ababa2 Text Font Color

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

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


#ababa2 Background Color

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

This div background color is #ababa2


#ababa2 Border Color

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

This div border color is #ababa2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ababa2


Comments

No comments written yet.

Please login to write comment.