color codes Logo

#add94a color codes

#ADD94A
(173,217,74)
0 Favorites   0 Comments

Color spaces of #add94a

RGB 17321774
HSL0.220.650.57
HSV78°66°85°
CMYK 0.200.000.66   0.15
XYZ43.282559.004415.5863
Yxy59.00440.36720.5006
Hunter Lab76.8143-33.845841.7396
CIE-Lab81.2940-34.695163.1260

#add94a color RGB value is (173,217,74).

#add94a hex color red value is 173, green value is 217 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #add94a hue: 0.22 , saturation: 0.65 and the lightness value of add94a is 0.57.

The process color (four color CMYK) of #add94a color code is 0.20, 0.00, 0.66, 0.15. Web safe color of #add94a is #99cc33. Color #add94a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11011001 01001010
Octal 255 331 112
Decimal 173 217 74
Hex AD D9 4A

RGB Percentages of Color #add94a

%37.28
%46.77
%15.95

CMYK Percentages of Color #add94a

%20
%0
%66
%15

Triadic Colors of #add94a

#add94a #4aadd9 #d94aad

Analogous Colors of #add94a

#add94a #66d94a #d9be4a

Monochromatic Colors of #add94a

#add94a

Complementary Color

#add94a #764ad9

#add94a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#add94a Color Preview on White Background

Lorem ipsum dolor sit amet.

#add94a Color CSS Codes

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

#add94a Text Font Color

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

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


#add94a Background Color

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

This div background color is #add94a


#add94a Border Color

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

This div border color is #add94a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #add94a


Comments

No comments written yet.

Please login to write comment.