Color Hex Logo

#adaaa2 Color Hex

#ADAAA2
(173,170,162)
0 Favorites   0 Comments

Color spaces of #adaaa2

RGB 173170162
HSL0.120.060.66
HSV44°68°
CMYK 0.000.020.06   0.32
XYZ38.129940.242339.9403
Yxy40.24230.32230.3401
Hunter Lab63.4368-3.72367.0763
CIE-Lab69.6418-0.38394.4898

#adaaa2 color RGB value is (173,170,162).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10101010 10100010
Octal 255 252 242
Decimal 173 170 162
Hex AD AA A2

RGB Percentages of Color #adaaa2

%34.26
%33.66
%32.08

CMYK Percentages of Color #adaaa2

%0
%2
%6
%32

Triadic Colors of #adaaa2

#adaaa2 #a2adaa #aaa2ad

Analogous Colors of #adaaa2

#adaaa2 #abada2 #ada5a2

Monochromatic Colors of #adaaa2

#adaaa2

Complementary Color

#adaaa2 #a2a5ad

#adaaa2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adaaa2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adaaa2 Color CSS Codes

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

#adaaa2 Text Font Color

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

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


#adaaa2 Background Color

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

This div background color is #adaaa2


#adaaa2 Border Color

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

This div border color is #adaaa2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adaaa2


Comments

No comments written yet.

Please login to write comment.