Color Hex Logo

#add40f Color Hex

#ADD40F
(173,212,15)
0 Favorites   0 Comments

Color spaces of #add40f

RGB 17321215
HSL0.200.870.45
HSV72°93°83°
CMYK 0.180.000.93   0.17
XYZ40.863356.00579.1084
Yxy56.00570.38560.5285
Hunter Lab74.8370-33.498145.1697
CIE-Lab79.6171-34.771777.3874

#add40f color RGB value is (173,212,15).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11010100 00001111
Octal 255 324 17
Decimal 173 212 15
Hex AD D4 F

RGB Percentages of Color #add40f

%43.25
%53.00
%3.75

CMYK Percentages of Color #add40f

%18
%0
%93
%17

Triadic Colors of #add40f

#add40f #0fadd4 #d40fad

Analogous Colors of #add40f

#add40f #4bd40f #d4990f

Monochromatic Colors of #add40f

#add40f

Complementary Color

#add40f #360fd4

#add40f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#add40f Color Preview on White Background

Lorem ipsum dolor sit amet.

#add40f Color CSS Codes

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

#add40f Text Font Color

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

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


#add40f Background Color

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

This div background color is #add40f


#add40f Border Color

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

This div border color is #add40f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #add40f


Comments

No comments written yet.

Please login to write comment.