Color Hex Logo

#add940 Color Hex

#ADD940
(173,217,64)
0 Favorites   0 Comments

Color spaces of #add940

RGB 17321764
HSL0.210.670.55
HSV77°71°85°
CMYK 0.200.000.71   0.15
XYZ42.971858.880113.9506
Yxy58.88010.37110.5085
Hunter Lab76.7334-34.320842.9341
CIE-Lab81.2256-35.323166.8040

#add940 color RGB value is (173,217,64).

#add940 hex color red value is 173, green value is 217 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #add940 hue: 0.21 , saturation: 0.67 and the lightness value of add940 is 0.55.

The process color (four color CMYK) of #add940 color hex is 0.20, 0.00, 0.71, 0.15. Web safe color of #add940 is #99cc33. Color #add940 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11011001 01000000
Octal 255 331 100
Decimal 173 217 64
Hex AD D9 40

RGB Percentages of Color #add940

%38.11
%47.80
%14.10

CMYK Percentages of Color #add940

%20
%0
%71
%15

Triadic Colors of #add940

#add940 #40add9 #d940ad

Analogous Colors of #add940

#add940 #61d940 #d9b940

Monochromatic Colors of #add940

#add940

Complementary Color

#add940 #6c40d9

#add940 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#add940 Color Preview on White Background

Lorem ipsum dolor sit amet.

#add940 Color CSS Codes

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

#add940 Text Font Color

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

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


#add940 Background Color

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

This div background color is #add940


#add940 Border Color

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

This div border color is #add940


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #add940


Comments

No comments written yet.

Please login to write comment.