Color Hex Logo

#add57a Color Hex

#ADD57A
(173,213,122)
0 Favorites   0 Comments

Color spaces of #add57a

RGB 173213122
HSL0.240.520.66
HSV86°43°84°
CMYK 0.190.000.43   0.16
XYZ44.540757.877927.2364
Yxy57.87790.34350.4464
Hunter Lab76.0775-28.630232.0279
CIE-Lab80.6709-28.317240.6576

#add57a color RGB value is (173,213,122).

#add57a hex color red value is 173, green value is 213 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #add57a hue: 0.24 , saturation: 0.52 and the lightness value of add57a is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11010101 01111010
Octal 255 325 172
Decimal 173 213 122
Hex AD D5 7A

RGB Percentages of Color #add57a

%34.06
%41.93
%24.02

CMYK Percentages of Color #add57a

%19
%0
%43
%16

Triadic Colors of #add57a

#add57a #7aadd5 #d57aad

Analogous Colors of #add57a

#add57a #80d57a #d5d07a

Monochromatic Colors of #add57a

#add57a

Complementary Color

#add57a #a27ad5

#add57a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#add57a Color Preview on White Background

Lorem ipsum dolor sit amet.

#add57a Color CSS Codes

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

#add57a Text Font Color

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

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


#add57a Background Color

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

This div background color is #add57a


#add57a Border Color

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

This div border color is #add57a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #add57a


Comments

No comments written yet.

Please login to write comment.