Color Hex Logo

#a2abad Color Hex

#A2ABAD
(162,171,173)
0 Favorites   0 Comments

Color spaces of #a2abad

RGB 162171173
HSL0.530.060.66
HSV191°68°
CMYK 0.060.010.00   0.32
XYZ37.006039.824345.2716
Yxy39.82430.30310.3262
Hunter Lab63.1065-5.76301.6408
CIE-Lab69.3442-2.7606-2.1292

#a2abad color RGB value is (162,171,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100010 10101011 10101101
Octal 242 253 255
Decimal 162 171 173
Hex A2 AB AD

RGB Percentages of Color #a2abad

%32.02
%33.79
%34.19

CMYK Percentages of Color #a2abad

%6
%1
%0
%32

Triadic Colors of #a2abad

#a2abad #ada2ab #abada2

Analogous Colors of #a2abad

#a2abad #a2a6ad #a2adaa

Monochromatic Colors of #a2abad

#a2abad

Complementary Color

#a2abad #ada4a2

#a2abad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a2abad Color Preview on White Background

Lorem ipsum dolor sit amet.

#a2abad Color CSS Codes

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

#a2abad Text Font Color

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

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


#a2abad Background Color

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

This div background color is #a2abad


#a2abad Border Color

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

This div border color is #a2abad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a2abad


Comments

No comments written yet.

Please login to write comment.