Color Hex Logo

#add3aa Color Hex

#ADD3AA
(173,211,170)
0 Favorites   0 Comments

Color spaces of #add3aa

RGB 173211170
HSL0.320.320.75
HSV116°19°83°
CMYK 0.180.000.19   0.17
XYZ47.783558.375046.7793
Yxy58.37500.31240.3817
Hunter Lab76.4035-22.070617.1812
CIE-Lab80.9468-20.301616.2363

#add3aa color RGB value is (173,211,170).

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

The process color (four color CMYK) of #add3aa color hex is 0.18, 0.00, 0.19, 0.17. Web safe color of #add3aa is #99cc99. Color #add3aa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11010011 10101010
Octal 255 323 252
Decimal 173 211 170
Hex AD D3 AA

RGB Percentages of Color #add3aa

%31.23
%38.09
%30.69

CMYK Percentages of Color #add3aa

%18
%0
%19
%17

Triadic Colors of #add3aa

#add3aa #aaadd3 #d3aaad

Analogous Colors of #add3aa

#add3aa #aad3bc #c2d3aa

Monochromatic Colors of #add3aa

#add3aa

Complementary Color

#add3aa #d0aad3

#add3aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#add3aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#add3aa Color CSS Codes

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

#add3aa Text Font Color

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

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


#add3aa Background Color

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

This div background color is #add3aa


#add3aa Border Color

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

This div border color is #add3aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #add3aa


Comments

No comments written yet.

Please login to write comment.