Color Hex Logo

#adbdb9 Color Hex

#ADBDB9
(173,189,185)
0 Favorites   0 Comments

Color spaces of #adbdb9

RGB 173189185
HSL0.460.110.71
HSV165°74°
CMYK 0.080.000.02   0.26
XYZ44.188148.782252.9859
Yxy48.78220.30270.3342
Hunter Lab69.8443-9.29653.9118
CIE-Lab75.3156-6.26190.1282

#adbdb9 color RGB value is (173,189,185).

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

The process color (four color CMYK) of #adbdb9 color hex is 0.08, 0.00, 0.02, 0.26. Web safe color of #adbdb9 is #99cccc. Color #adbdb9 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10111101 10111001
Octal 255 275 271
Decimal 173 189 185
Hex AD BD B9

RGB Percentages of Color #adbdb9

%31.63
%34.55
%33.82

CMYK Percentages of Color #adbdb9

%8
%0
%2
%26

Triadic Colors of #adbdb9

#adbdb9 #b9adbd #bdb9ad

Analogous Colors of #adbdb9

#adbdb9 #adb9bd #adbdb1

Monochromatic Colors of #adbdb9

#adbdb9

Complementary Color

#adbdb9 #bdadb1

#adbdb9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adbdb9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adbdb9 Color CSS Codes

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

#adbdb9 Text Font Color

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

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


#adbdb9 Background Color

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

This div background color is #adbdb9


#adbdb9 Border Color

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

This div border color is #adbdb9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adbdb9


Comments

No comments written yet.

Please login to write comment.