Color Hex Logo

#adabaa Color Hex

#ADABAA
(173,171,170)
0 Favorites   0 Comments

Color spaces of #adabaa

RGB 173171170
HSL0.060.020.67
HSV20°68°
CMYK 0.000.010.02   0.32
XYZ39.052240.912343.8688
Yxy40.91230.31540.3304
Hunter Lab63.9627-2.95234.1099
CIE-Lab70.11440.52830.7568

#adabaa color RGB value is (173,171,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10101011 10101010
Octal 255 253 252
Decimal 173 171 170
Hex AD AB AA

RGB Percentages of Color #adabaa

%33.66
%33.27
%33.07

CMYK Percentages of Color #adabaa

%0
%1
%2
%32

Triadic Colors of #adabaa

#adabaa #aaadab #abaaad

Analogous Colors of #adabaa

#adabaa #adadaa #adaaab

Monochromatic Colors of #adabaa

#adabaa

Complementary Color

#adabaa #aaacad

#adabaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adabaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#adabaa Color CSS Codes

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

#adabaa Text Font Color

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

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


#adabaa Background Color

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

This div background color is #adabaa


#adabaa Border Color

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

This div border color is #adabaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adabaa

#adabaa Color Palettes


Comments

No comments written yet.

Please login to write comment.