Color Hex Logo

#add416 Color Hex

#ADD416
(173,212,22)
0 Favorites   0 Comments

Color spaces of #add416

RGB 17321222
HSL0.200.810.46
HSV72°90°83°
CMYK 0.180.000.90   0.17
XYZ40.921956.02919.4170
Yxy56.02910.38470.5267
Hunter Lab74.8526-33.406144.9377
CIE-Lab79.6304-34.648876.4334

#add416 color RGB value is (173,212,22).

#add416 hex color red value is 173, green value is 212 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #add416 hue: 0.20 , saturation: 0.81 and the lightness value of add416 is 0.46.

The process color (four color CMYK) of #add416 color hex is 0.18, 0.00, 0.90, 0.17. Web safe color of #add416 is #99cc00. Color #add416 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11010100 00010110
Octal 255 324 26
Decimal 173 212 22
Hex AD D4 16

RGB Percentages of Color #add416

%42.51
%52.09
%5.41

CMYK Percentages of Color #add416

%18
%0
%90
%17

Triadic Colors of #add416

#add416 #16add4 #d416ad

Analogous Colors of #add416

#add416 #4ed416 #d49c16

Monochromatic Colors of #add416

#add416

Complementary Color

#add416 #3d16d4

#add416 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#add416 Color Preview on White Background

Lorem ipsum dolor sit amet.

#add416 Color CSS Codes

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

#add416 Text Font Color

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

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


#add416 Background Color

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

This div background color is #add416


#add416 Border Color

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

This div border color is #add416


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #add416


Comments

No comments written yet.

Please login to write comment.