Color Hex Logo

#4ad04c Color Hex

#4AD04C
(74,208,76)
0 Favorites   0 Comments

Color spaces of #4ad04c

RGB 7420876
HSL0.340.590.55
HSV121°64°82°
CMYK 0.640.000.63   0.18
XYZ26.684447.089414.5202
Yxy47.08940.30220.5333
Hunter Lab68.6217-50.676135.4896
CIE-Lab74.2469-61.597153.4178

#4ad04c color RGB value is (74,208,76).

#4ad04c hex color red value is 74, green value is 208 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #4ad04c hue: 0.34 , saturation: 0.59 and the lightness value of 4ad04c is 0.55.

The process color (four color CMYK) of #4ad04c color hex is 0.64, 0.00, 0.63, 0.18. Web safe color of #4ad04c is #33cc33. Color #4ad04c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001010 11010000 01001100
Octal 112 320 114
Decimal 74 208 76
Hex 4A D0 4C

RGB Percentages of Color #4ad04c

%20.67
%58.10
%21.23

CMYK Percentages of Color #4ad04c

%64
%0
%63
%18

Triadic Colors of #4ad04c

#4ad04c #4c4ad0 #d04c4a

Analogous Colors of #4ad04c

#4ad04c #4ad08f #8bd04a

Monochromatic Colors of #4ad04c

#4ad04c

Complementary Color

#4ad04c #d04ace

#4ad04c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4ad04c Color Preview on White Background

Lorem ipsum dolor sit amet.

#4ad04c Color CSS Codes

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

#4ad04c Text Font Color

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

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


#4ad04c Background Color

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

This div background color is #4ad04c


#4ad04c Border Color

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

This div border color is #4ad04c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4ad04c


Comments

No comments written yet.

Please login to write comment.