Color Hex Logo

#add79a Color Hex

#ADD79A
(173,215,154)
0 Favorites   0 Comments

Color spaces of #add79a

RGB 173215154
HSL0.280.430.72
HSV101°28°84°
CMYK 0.200.000.28   0.16
XYZ47.366859.818239.6214
Yxy59.81820.32260.4075
Hunter Lab77.3422-26.029923.7661
CIE-Lab81.7393-24.876425.7297

#add79a color RGB value is (173,215,154).

#add79a hex color red value is 173, green value is 215 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #add79a hue: 0.28 , saturation: 0.43 and the lightness value of add79a is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11010111 10011010
Octal 255 327 232
Decimal 173 215 154
Hex AD D7 9A

RGB Percentages of Color #add79a

%31.92
%39.67
%28.41

CMYK Percentages of Color #add79a

%20
%0
%28
%16

Triadic Colors of #add79a

#add79a #9aadd7 #d79aad

Analogous Colors of #add79a

#add79a #9ad7a6 #ccd79a

Monochromatic Colors of #add79a

#add79a

Complementary Color

#add79a #c49ad7

#add79a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#add79a Color Preview on White Background

Lorem ipsum dolor sit amet.

#add79a Color CSS Codes

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

#add79a Text Font Color

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

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


#add79a Background Color

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

This div background color is #add79a


#add79a Border Color

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

This div border color is #add79a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #add79a


Comments

No comments written yet.

Please login to write comment.