Color Hex Logo

#add42d Color Hex

#ADD42D
(173,212,45)
0 Favorites   0 Comments

Color spaces of #add42d

RGB 17321245
HSL0.210.660.50
HSV74°79°83°
CMYK 0.180.000.79   0.17
XYZ41.250756.160711.1486
Yxy56.16070.38000.5173
Hunter Lab74.9404-32.891143.6380
CIE-Lab79.7052-33.962771.4432

#add42d color RGB value is (173,212,45).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11010100 00101101
Octal 255 324 55
Decimal 173 212 45
Hex AD D4 2D

RGB Percentages of Color #add42d

%40.23
%49.30
%10.47

CMYK Percentages of Color #add42d

%18
%0
%79
%17

Triadic Colors of #add42d

#add42d #2dadd4 #d42dad

Analogous Colors of #add42d

#add42d #5ad42d #d4a82d

Monochromatic Colors of #add42d

#add42d

Complementary Color

#add42d #542dd4

#add42d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#add42d Color Preview on White Background

Lorem ipsum dolor sit amet.

#add42d Color CSS Codes

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

#add42d Text Font Color

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

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


#add42d Background Color

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

This div background color is #add42d


#add42d Border Color

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

This div border color is #add42d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #add42d


Comments

No comments written yet.

Please login to write comment.