Color Hex Logo

#4ade45 Color Hex

#4ADE45
(74,222,69)
0 Favorites   0 Comments

Color spaces of #4ade45

RGB 7422269
HSL0.330.700.57
HSV118°69°87°
CMYK 0.670.000.69   0.13
XYZ30.019554.128114.4958
Yxy54.12810.30430.5487
Hunter Lab73.5718-55.917339.8184
CIE-Lab78.5364-66.978260.8706

#4ade45 color RGB value is (74,222,69).

#4ade45 hex color red value is 74, green value is 222 and the blue value of its RGB is 69. Cylindrical-coordinate representations (also known as HSL) of color #4ade45 hue: 0.33 , saturation: 0.70 and the lightness value of 4ade45 is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 01001010 11011110 01000101
Octal 112 336 105
Decimal 74 222 69
Hex 4A DE 45

RGB Percentages of Color #4ade45

%20.27
%60.82
%18.90

CMYK Percentages of Color #4ade45

%67
%0
%69
%13

Triadic Colors of #4ade45

#4ade45 #454ade #de454a

Analogous Colors of #4ade45

#4ade45 #45de8d #97de45

Monochromatic Colors of #4ade45

#4ade45

Complementary Color

#4ade45 #d945de

#4ade45 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4ade45 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4ade45 Color CSS Codes

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

#4ade45 Text Font Color

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

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


#4ade45 Background Color

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

This div background color is #4ade45


#4ade45 Border Color

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

This div border color is #4ade45


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4ade45


Comments

No comments written yet.

Please login to write comment.