Color Hex Logo

#4ada44 Color Hex

#4ADA44
(74,218,68)
0 Favorites   0 Comments

Color spaces of #4ada44

RGB 7421868
HSL0.330.670.56
HSV118°69°85°
CMYK 0.660.000.69   0.15
XYZ28.938852.016013.9837
Yxy52.01600.30480.5479
Hunter Lab72.1221-54.591138.9898
CIE-Lab77.2904-65.743759.9394

#4ada44 color RGB value is (74,218,68).

#4ada44 hex color red value is 74, green value is 218 and the blue value of its RGB is 68. Cylindrical-coordinate representations (also known as HSL) of color #4ada44 hue: 0.33 , saturation: 0.67 and the lightness value of 4ada44 is 0.56.

The process color (four color CMYK) of #4ada44 color hex is 0.66, 0.00, 0.69, 0.15. Web safe color of #4ada44 is #33cc33. Color #4ada44 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001010 11011010 01000100
Octal 112 332 104
Decimal 74 218 68
Hex 4A DA 44

RGB Percentages of Color #4ada44

%20.56
%60.56
%18.89

CMYK Percentages of Color #4ada44

%66
%0
%69
%15

Triadic Colors of #4ada44

#4ada44 #444ada #da444a

Analogous Colors of #4ada44

#4ada44 #44da89 #95da44

Monochromatic Colors of #4ada44

#4ada44

Complementary Color

#4ada44 #d444da

#4ada44 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4ada44 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4ada44 Color CSS Codes

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

#4ada44 Text Font Color

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

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


#4ada44 Background Color

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

This div background color is #4ada44


#4ada44 Border Color

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

This div border color is #4ada44


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(74,218,68, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4ada44; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4ada44;
  -webkit-box-shadow: 1px 1px 3px 2px #4ada44;
  box-shadow:         1px 1px 3px 2px #4ada44; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(74,218,68, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4ada44


Comments

No comments written yet.

Please login to write comment.