Color Hex Logo

#add5ad Color Hex

#ADD5AD
(173,213,173)
0 Favorites   0 Comments

Color spaces of #add5ad

RGB 173213173
HSL0.330.320.76
HSV120°19°84°
CMYK 0.190.000.19   0.16
XYZ48.570759.489948.4579
Yxy59.48990.31030.3801
Hunter Lab77.1297-22.570616.7409
CIE-Lab81.5601-20.773815.5098

#add5ad color RGB value is (173,213,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11010101 10101101
Octal 255 325 255
Decimal 173 213 173
Hex AD D5 AD

RGB Percentages of Color #add5ad

%30.95
%38.10
%30.95

CMYK Percentages of Color #add5ad

%19
%0
%19
%16

Triadic Colors of #add5ad

#add5ad #adadd5 #d5adad

Analogous Colors of #add5ad

#add5ad #add5c1 #c1d5ad

Monochromatic Colors of #add5ad

#add5ad

Complementary Color

#add5ad #d5add5

#add5ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#add5ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#add5ad Color CSS Codes

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

#add5ad Text Font Color

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

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


#add5ad Background Color

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

This div background color is #add5ad


#add5ad Border Color

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

This div border color is #add5ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #add5ad


Comments

No comments written yet.

Please login to write comment.