Color Hex Logo

#adacab Color Hex

#ADACAB
(173,172,171)
0 Favorites   0 Comments

Color spaces of #adacab

RGB 173172171
HSL0.080.010.67
HSV30°68°
CMYK 0.000.010.01   0.32
XYZ39.336841.329644.4322
Yxy41.32960.31440.3304
Hunter Lab64.2881-3.28314.0239
CIE-Lab70.40620.17140.6302

#adacab color RGB value is (173,172,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10101100 10101011
Octal 255 254 253
Decimal 173 172 171
Hex AD AC AB

RGB Percentages of Color #adacab

%33.53
%33.33
%33.14

CMYK Percentages of Color #adacab

%0
%1
%1
%32

Triadic Colors of #adacab

#adacab #abadac #acabad

Analogous Colors of #adacab

#adacab #adadab #adabab

Monochromatic Colors of #adacab

#adacab

Complementary Color

#adacab #abacad

#adacab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adacab Color Preview on White Background

Lorem ipsum dolor sit amet.

#adacab Color CSS Codes

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

#adacab Text Font Color

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

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


#adacab Background Color

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

This div background color is #adacab


#adacab Border Color

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

This div border color is #adacab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adacab


Comments

No comments written yet.

Please login to write comment.