Color Hex Logo

#4ade7d Color Hex

#4ADE7D
(74,222,125)
1 Favorites   0 Comments

Color spaces of #4ade7d

RGB 74222125
HSL0.390.690.58
HSV141°67°87°
CMYK 0.670.000.44   0.13
XYZ32.647055.179128.3320
Yxy55.17910.28110.4750
Hunter Lab74.2826-51.544429.3842
CIE-Lab79.1443-59.940736.3582

#4ade7d color RGB value is (74,222,125).

#4ade7d hex color red value is 74, green value is 222 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #4ade7d hue: 0.39 , saturation: 0.69 and the lightness value of 4ade7d is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 01001010 11011110 01111101
Octal 112 336 175
Decimal 74 222 125
Hex 4A DE 7D

RGB Percentages of Color #4ade7d

%17.58
%52.73
%29.69

CMYK Percentages of Color #4ade7d

%67
%0
%44
%13

Triadic Colors of #4ade7d

#4ade7d #7d4ade #de7d4a

Analogous Colors of #4ade7d

#4ade7d #4adec7 #61de4a

Monochromatic Colors of #4ade7d

#4ade7d

Complementary Color

#4ade7d #de4aab

#4ade7d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4ade7d Color Preview on White Background

Lorem ipsum dolor sit amet.

#4ade7d Color CSS Codes

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

#4ade7d Text Font Color

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

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


#4ade7d Background Color

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

This div background color is #4ade7d


#4ade7d Border Color

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

This div border color is #4ade7d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4ade7d


Comments

No comments written yet.

Please login to write comment.