Color Hex Logo

#adaaa8 Color Hex

#ADAAA8
(173,170,168)
0 Favorites   0 Comments

Color spaces of #adaaa8

RGB 173170168
HSL0.070.030.67
HSV24°68°
CMYK 0.000.020.03   0.32
XYZ38.676240.460842.8171
Yxy40.46080.31710.3318
Hunter Lab63.6088-2.78174.6162
CIE-Lab69.79650.70201.3986

#adaaa8 color RGB value is (173,170,168).

#adaaa8 hex color red value is 173, green value is 170 and the blue value of its RGB is 168. Cylindrical-coordinate representations (also known as HSL) of color #adaaa8 hue: 0.07 , saturation: 0.03 and the lightness value of adaaa8 is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10101010 10101000
Octal 255 252 250
Decimal 173 170 168
Hex AD AA A8

RGB Percentages of Color #adaaa8

%33.86
%33.27
%32.88

CMYK Percentages of Color #adaaa8

%0
%2
%3
%32

Triadic Colors of #adaaa8

#adaaa8 #a8adaa #aaa8ad

Analogous Colors of #adaaa8

#adaaa8 #adada8 #ada8a9

Monochromatic Colors of #adaaa8

#adaaa8

Complementary Color

#adaaa8 #a8abad

#adaaa8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adaaa8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adaaa8 Color CSS Codes

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

#adaaa8 Text Font Color

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

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


#adaaa8 Background Color

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

This div background color is #adaaa8


#adaaa8 Border Color

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

This div border color is #adaaa8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adaaa8


Comments

No comments written yet.

Please login to write comment.