Color Hex Logo

#adbda9 Color Hex

#ADBDA9
(173,189,169)
0 Favorites   0 Comments

Color spaces of #adbda9

RGB 173189169
HSL0.300.130.70
HSV108°11°74°
CMYK 0.080.000.11   0.26
XYZ42.592648.144044.5840
Yxy48.14400.31480.3558
Hunter Lab69.3859-11.852910.4732
CIE-Lab74.9157-9.25718.2364

#adbda9 color RGB value is (173,189,169).

#adbda9 hex color red value is 173, green value is 189 and the blue value of its RGB is 169. Cylindrical-coordinate representations (also known as HSL) of color #adbda9 hue: 0.30 , saturation: 0.13 and the lightness value of adbda9 is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10111101 10101001
Octal 255 275 251
Decimal 173 189 169
Hex AD BD A9

RGB Percentages of Color #adbda9

%32.58
%35.59
%31.83

CMYK Percentages of Color #adbda9

%8
%0
%11
%26

Triadic Colors of #adbda9

#adbda9 #a9adbd #bda9ad

Analogous Colors of #adbda9

#adbda9 #a9bdaf #b7bda9

Monochromatic Colors of #adbda9

#adbda9

Complementary Color

#adbda9 #b9a9bd

#adbda9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adbda9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adbda9 Color CSS Codes

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

#adbda9 Text Font Color

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

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


#adbda9 Background Color

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

This div background color is #adbda9


#adbda9 Border Color

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

This div border color is #adbda9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adbda9


Comments

No comments written yet.

Please login to write comment.