Color Hex Logo

#addbaa Color Hex

#ADDBAA
(173,219,170)
0 Favorites   0 Comments

Color spaces of #addbaa

RGB 173219170
HSL0.320.400.76
HSV116°22°86°
CMYK 0.210.000.22   0.14
XYZ49.820862.449647.4583
Yxy62.44960.31190.3910
Hunter Lab79.0251-25.759819.7111
CIE-Lab83.1519-24.234519.3115

#addbaa color RGB value is (173,219,170).

#addbaa hex color red value is 173, green value is 219 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #addbaa hue: 0.32 , saturation: 0.40 and the lightness value of addbaa is 0.76.

The process color (four color CMYK) of #addbaa color hex is 0.21, 0.00, 0.22, 0.14. Web safe color of #addbaa is #99cc99. Color #addbaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11011011 10101010
Octal 255 333 252
Decimal 173 219 170
Hex AD DB AA

RGB Percentages of Color #addbaa

%30.78
%38.97
%30.25

CMYK Percentages of Color #addbaa

%21
%0
%22
%14

Triadic Colors of #addbaa

#addbaa #aaaddb #dbaaad

Analogous Colors of #addbaa

#addbaa #aadbc0 #c6dbaa

Monochromatic Colors of #addbaa

#addbaa

Complementary Color

#addbaa #d8aadb

#addbaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#addbaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#addbaa Color CSS Codes

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

#addbaa Text Font Color

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

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


#addbaa Background Color

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

This div background color is #addbaa


#addbaa Border Color

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

This div border color is #addbaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #addbaa


Comments

No comments written yet.

Please login to write comment.