Color Hex Logo

#a2adaf Color Hex

#A2ADAF
(162,173,175)
0 Favorites   0 Comments

Color spaces of #a2adaf

RGB 162173175
HSL0.530.080.66
HSV189°69°
CMYK 0.070.010.00   0.31
XYZ37.581740.663746.4255
Yxy40.66370.30140.3262
Hunter Lab63.7681-6.39531.4724
CIE-Lab69.9397-3.4437-2.3602

#a2adaf color RGB value is (162,173,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100010 10101101 10101111
Octal 242 255 257
Decimal 162 173 175
Hex A2 AD AF

RGB Percentages of Color #a2adaf

%31.76
%33.92
%34.31

CMYK Percentages of Color #a2adaf

%7
%1
%0
%31

Triadic Colors of #a2adaf

#a2adaf #afa2ad #adafa2

Analogous Colors of #a2adaf

#a2adaf #a2a7af #a2afab

Monochromatic Colors of #a2adaf

#a2adaf

Complementary Color

#a2adaf #afa4a2

#a2adaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a2adaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a2adaf Color CSS Codes

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

#a2adaf Text Font Color

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

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


#a2adaf Background Color

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

This div background color is #a2adaf


#a2adaf Border Color

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

This div border color is #a2adaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a2adaf

#a2adaf Color Palettes


Comments

No comments written yet.

Please login to write comment.