Color Hex Logo

#add42f Color Hex

#ADD42F
(173,212,47)
0 Favorites   0 Comments

Color spaces of #add42f

RGB 17321247
HSL0.210.660.51
HSV74°78°83°
CMYK 0.180.000.78   0.17
XYZ41.290256.176411.3562
Yxy56.17640.37940.5162
Hunter Lab74.9509-32.829143.4823
CIE-Lab79.7141-33.880470.8814

#add42f color RGB value is (173,212,47).

#add42f hex color red value is 173, green value is 212 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #add42f hue: 0.21 , saturation: 0.66 and the lightness value of add42f is 0.51.

The process color (four color CMYK) of #add42f color hex is 0.18, 0.00, 0.78, 0.17. Web safe color of #add42f is #99cc33. Color #add42f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11010100 00101111
Octal 255 324 57
Decimal 173 212 47
Hex AD D4 2F

RGB Percentages of Color #add42f

%40.05
%49.07
%10.88

CMYK Percentages of Color #add42f

%18
%0
%78
%17

Triadic Colors of #add42f

#add42f #2fadd4 #d42fad

Analogous Colors of #add42f

#add42f #5ad42f #d4a92f

Monochromatic Colors of #add42f

#add42f

Complementary Color

#add42f #562fd4

#add42f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#add42f Color Preview on White Background

Lorem ipsum dolor sit amet.

#add42f Color CSS Codes

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

#add42f Text Font Color

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

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


#add42f Background Color

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

This div background color is #add42f


#add42f Border Color

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

This div border color is #add42f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #add42f


Comments

No comments written yet.

Please login to write comment.