Color Hex Logo

#adbdab Color Hex

#ADBDAB
(173,189,171)
0 Favorites   0 Comments

Color spaces of #adbdab

RGB 173189171
HSL0.310.120.71
HSV113°10°74°
CMYK 0.080.000.10   0.26
XYZ42.781948.219745.5806
Yxy48.21970.31320.3530
Hunter Lab69.4404-11.54779.6904
CIE-Lab74.9633-8.89637.2200

#adbdab color RGB value is (173,189,171).

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

The process color (four color CMYK) of #adbdab color hex is 0.08, 0.00, 0.10, 0.26. Web safe color of #adbdab is #99cc99. Color #adbdab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10111101 10101011
Octal 255 275 253
Decimal 173 189 171
Hex AD BD AB

RGB Percentages of Color #adbdab

%32.46
%35.46
%32.08

CMYK Percentages of Color #adbdab

%8
%0
%10
%26

Triadic Colors of #adbdab

#adbdab #abadbd #bdabad

Analogous Colors of #adbdab

#adbdab #abbdb2 #b6bdab

Monochromatic Colors of #adbdab

#adbdab

Complementary Color

#adbdab #bbabbd

#adbdab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adbdab Color Preview on White Background

Lorem ipsum dolor sit amet.

#adbdab Color CSS Codes

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

#adbdab Text Font Color

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

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


#adbdab Background Color

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

This div background color is #adbdab


#adbdab Border Color

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

This div border color is #adbdab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adbdab


Comments

No comments written yet.

Please login to write comment.