Color Hex Logo

#adbbaa Color Hex

#ADBBAA
(173,187,170)
0 Favorites   0 Comments

Color spaces of #adbbaa

RGB 173187170
HSL0.300.110.70
HSV109°73°
CMYK 0.070.000.09   0.27
XYZ42.259647.327244.9379
Yxy47.32720.31410.3518
Hunter Lab68.7948-10.74109.4271
CIE-Lab74.3986-8.02806.9529

#adbbaa color RGB value is (173,187,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10111011 10101010
Octal 255 273 252
Decimal 173 187 170
Hex AD BB AA

RGB Percentages of Color #adbbaa

%32.64
%35.28
%32.08

CMYK Percentages of Color #adbbaa

%7
%0
%9
%27

Triadic Colors of #adbbaa

#adbbaa #aaadbb #bbaaad

Analogous Colors of #adbbaa

#adbbaa #aabbb0 #b6bbaa

Monochromatic Colors of #adbbaa

#adbbaa

Complementary Color

#adbbaa #b8aabb

#adbbaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adbbaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#adbbaa Color CSS Codes

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

#adbbaa Text Font Color

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

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


#adbbaa Background Color

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

This div background color is #adbbaa


#adbbaa Border Color

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

This div border color is #adbbaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adbbaa


Comments

No comments written yet.

Please login to write comment.