Color Hex Logo

#add2a2 Color Hex

#ADD2A2
(173,210,162)
0 Favorites   0 Comments

Color spaces of #add2a2

RGB 173210162
HSL0.300.350.73
HSV106°23°82°
CMYK 0.180.000.23   0.18
XYZ46.801857.586142.8309
Yxy57.58610.31790.3912
Hunter Lab75.8855-22.711119.6557
CIE-Lab80.5081-21.152219.8512

#add2a2 color RGB value is (173,210,162).

#add2a2 hex color red value is 173, green value is 210 and the blue value of its RGB is 162. Cylindrical-coordinate representations (also known as HSL) of color #add2a2 hue: 0.30 , saturation: 0.35 and the lightness value of add2a2 is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11010010 10100010
Octal 255 322 242
Decimal 173 210 162
Hex AD D2 A2

RGB Percentages of Color #add2a2

%31.74
%38.53
%29.72

CMYK Percentages of Color #add2a2

%18
%0
%23
%18

Triadic Colors of #add2a2

#add2a2 #a2add2 #d2a2ad

Analogous Colors of #add2a2

#add2a2 #a2d2af #c5d2a2

Monochromatic Colors of #add2a2

#add2a2

Complementary Color

#add2a2 #c7a2d2

#add2a2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#add2a2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#add2a2 Color CSS Codes

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

#add2a2 Text Font Color

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

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


#add2a2 Background Color

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

This div background color is #add2a2


#add2a2 Border Color

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

This div border color is #add2a2


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(173,210,162, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #add2a2">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #add2a2


Comments

No comments written yet.

Please login to write comment.