Color Hex Logo

#adbeaa Color Hex

#ADBEAA
(173,190,170)
0 Favorites   0 Comments

Color spaces of #adbeaa

RGB 173190170
HSL0.310.130.71
HSV111°11°75°
CMYK 0.090.000.11   0.25
XYZ42.902748.613445.1523
Yxy48.61340.31390.3557
Hunter Lab69.7233-12.179810.4106
CIE-Lab75.2102-9.60028.1158

#adbeaa color RGB value is (173,190,170).

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

The process color (four color CMYK) of #adbeaa color hex is 0.09, 0.00, 0.11, 0.25. Web safe color of #adbeaa is #99cc99. Color #adbeaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10111110 10101010
Octal 255 276 252
Decimal 173 190 170
Hex AD BE AA

RGB Percentages of Color #adbeaa

%32.46
%35.65
%31.89

CMYK Percentages of Color #adbeaa

%9
%0
%11
%25

Triadic Colors of #adbeaa

#adbeaa #aaadbe #beaaad

Analogous Colors of #adbeaa

#adbeaa #aabeb1 #b7beaa

Monochromatic Colors of #adbeaa

#adbeaa

Complementary Color

#adbeaa #bbaabe

#adbeaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adbeaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#adbeaa Color CSS Codes

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

#adbeaa Text Font Color

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

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


#adbeaa Background Color

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

This div background color is #adbeaa


#adbeaa Border Color

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

This div border color is #adbeaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adbeaa


Comments

No comments written yet.

Please login to write comment.