Color Hex Logo

#a2abaf Color Hex

#A2ABAF
(162,171,175)
0 Favorites   0 Comments

Color spaces of #a2abaf

RGB 162171175
HSL0.550.080.66
HSV198°69°
CMYK 0.070.020.00   0.31
XYZ37.201139.902346.2987
Yxy39.90230.30150.3234
Hunter Lab63.1683-5.42210.7616
CIE-Lab69.3999-2.3602-3.1536

#a2abaf color RGB value is (162,171,175).

#a2abaf hex color red value is 162, green value is 171 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #a2abaf hue: 0.55 , saturation: 0.08 and the lightness value of a2abaf is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 10100010 10101011 10101111
Octal 242 253 257
Decimal 162 171 175
Hex A2 AB AF

RGB Percentages of Color #a2abaf

%31.89
%33.66
%34.45

CMYK Percentages of Color #a2abaf

%7
%2
%0
%31

Triadic Colors of #a2abaf

#a2abaf #afa2ab #abafa2

Analogous Colors of #a2abaf

#a2abaf #a2a5af #a2afad

Monochromatic Colors of #a2abaf

#a2abaf

Complementary Color

#a2abaf #afa6a2

#a2abaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a2abaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a2abaf Color CSS Codes

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

#a2abaf Text Font Color

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

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


#a2abaf Background Color

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

This div background color is #a2abaf


#a2abaf Border Color

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

This div border color is #a2abaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a2abaf


Comments

No comments written yet.

Please login to write comment.