Color Hex Logo

#adbdaa Color Hex

#ADBDAA
(173,189,170)
0 Favorites   0 Comments

Color spaces of #adbdaa

RGB 173189170
HSL0.310.130.70
HSV111°10°74°
CMYK 0.080.000.10   0.26
XYZ42.686948.181745.0804
Yxy48.18170.31400.3544
Hunter Lab69.4130-11.700810.0831
CIE-Lab74.9394-9.07717.7281

#adbdaa color RGB value is (173,189,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10111101 10101010
Octal 255 275 252
Decimal 173 189 170
Hex AD BD AA

RGB Percentages of Color #adbdaa

%32.52
%35.53
%31.95

CMYK Percentages of Color #adbdaa

%8
%0
%10
%26

Triadic Colors of #adbdaa

#adbdaa #aaadbd #bdaaad

Analogous Colors of #adbdaa

#adbdaa #aabdb1 #b7bdaa

Monochromatic Colors of #adbdaa

#adbdaa

Complementary Color

#adbdaa #baaabd

#adbdaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adbdaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#adbdaa Color CSS Codes

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

#adbdaa Text Font Color

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

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


#adbdaa Background Color

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

This div background color is #adbdaa


#adbdaa Border Color

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

This div border color is #adbdaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adbdaa

#adbdaa Color Palettes


Comments

No comments written yet.

Please login to write comment.