Color Hex Logo

#adbaab Color Hex

#ADBAAB
(173,186,171)
0 Favorites   0 Comments

Color spaces of #adbaab

RGB 173186171
HSL0.310.100.70
HSV112°73°
CMYK 0.070.000.08   0.27
XYZ42.143246.942345.3677
Yxy46.94230.31340.3491
Hunter Lab68.5145-10.10508.7005
CIE-Lab74.1528-7.31956.0560

#adbaab color RGB value is (173,186,171).

#adbaab hex color red value is 173, green value is 186 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #adbaab hue: 0.31 , saturation: 0.10 and the lightness value of adbaab is 0.70.

The process color (four color CMYK) of #adbaab color hex is 0.07, 0.00, 0.08, 0.27. Web safe color of #adbaab is #99cc99. Color #adbaab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10111010 10101011
Octal 255 272 253
Decimal 173 186 171
Hex AD BA AB

RGB Percentages of Color #adbaab

%32.64
%35.09
%32.26

CMYK Percentages of Color #adbaab

%7
%0
%8
%27

Triadic Colors of #adbaab

#adbaab #abadba #baabad

Analogous Colors of #adbaab

#adbaab #abbab1 #b5baab

Monochromatic Colors of #adbaab

#adbaab

Complementary Color

#adbaab #b8abba

#adbaab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adbaab Color Preview on White Background

Lorem ipsum dolor sit amet.

#adbaab Color CSS Codes

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

#adbaab Text Font Color

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

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


#adbaab Background Color

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

This div background color is #adbaab


#adbaab Border Color

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

This div border color is #adbaab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adbaab


Comments

No comments written yet.

Please login to write comment.