Color Hex Logo

#addaaa Color Hex

#ADDAAA
(173,218,170)
0 Favorites   0 Comments

Color spaces of #addaaa

RGB 173218170
HSL0.320.390.76
HSV116°22°85°
CMYK 0.210.000.22   0.15
XYZ49.560761.929347.3716
Yxy61.92930.31200.3898
Hunter Lab78.6952-25.300719.3962
CIE-Lab82.8758-23.747118.9278

#addaaa color RGB value is (173,218,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11011010 10101010
Octal 255 332 252
Decimal 173 218 170
Hex AD DA AA

RGB Percentages of Color #addaaa

%30.84
%38.86
%30.30

CMYK Percentages of Color #addaaa

%21
%0
%22
%15

Triadic Colors of #addaaa

#addaaa #aaadda #daaaad

Analogous Colors of #addaaa

#addaaa #aadabf #c5daaa

Monochromatic Colors of #addaaa

#addaaa

Complementary Color

#addaaa #d7aada

#addaaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#addaaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#addaaa Color CSS Codes

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

#addaaa Text Font Color

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

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


#addaaa Background Color

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

This div background color is #addaaa


#addaaa Border Color

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

This div border color is #addaaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #addaaa


Comments

No comments written yet.

Please login to write comment.