Color Hex Logo

#add2a5 Color Hex

#ADD2A5
(173,210,165)
0 Favorites   0 Comments

Color spaces of #add2a5

RGB 173210165
HSL0.300.330.74
HSV109°21°82°
CMYK 0.180.000.21   0.18
XYZ47.071757.694044.2524
Yxy57.69400.31590.3872
Hunter Lab75.9566-22.304218.6272
CIE-Lab80.5684-20.654318.3515

#add2a5 color RGB value is (173,210,165).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11010010 10100101
Octal 255 322 245
Decimal 173 210 165
Hex AD D2 A5

RGB Percentages of Color #add2a5

%31.57
%38.32
%30.11

CMYK Percentages of Color #add2a5

%18
%0
%21
%18

Triadic Colors of #add2a5

#add2a5 #a5add2 #d2a5ad

Analogous Colors of #add2a5

#add2a5 #a5d2b4 #c4d2a5

Monochromatic Colors of #add2a5

#add2a5

Complementary Color

#add2a5 #caa5d2

#add2a5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#add2a5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#add2a5 Color CSS Codes

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

#add2a5 Text Font Color

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

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


#add2a5 Background Color

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

This div background color is #add2a5


#add2a5 Border Color

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

This div border color is #add2a5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #add2a5


Comments

No comments written yet.

Please login to write comment.