Color Hex Logo

#adabab Color Hex

#ADABAB
(173,171,171)
0 Favorites   0 Comments

Color spaces of #adabab

RGB 173171171
HSL0.000.010.67
HSV68°
CMYK 0.000.010.01   0.32
XYZ39.147240.950344.3690
Yxy40.95030.31450.3290
Hunter Lab63.9924-2.78983.6861
CIE-Lab70.14110.71460.2435

#adabab color RGB value is (173,171,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10101011 10101011
Octal 255 253 253
Decimal 173 171 171
Hex AD AB AB

RGB Percentages of Color #adabab

%33.59
%33.20
%33.20

CMYK Percentages of Color #adabab

%0
%1
%1
%32

Triadic Colors of #adabab

#adabab #abadab #ababad

Analogous Colors of #adabab

#adabab #adacab #adabac

Monochromatic Colors of #adabab

#adabab

Complementary Color

#adabab #abadad

#adabab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adabab Color Preview on White Background

Lorem ipsum dolor sit amet.

#adabab Color CSS Codes

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

#adabab Text Font Color

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

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


#adabab Background Color

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

This div background color is #adabab


#adabab Border Color

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

This div border color is #adabab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adabab

#adabab Color Palettes


Comments

No comments written yet.

Please login to write comment.