Color Hex Logo

#4ac280 Color Hex

#4AC280
(74,194,128)
0 Favorites   0 Comments

Color spaces of #4ac280

RGB 74194128
HSL0.410.500.53
HSV147°62°76°
CMYK 0.620.000.34   0.24
XYZ26.012141.597927.0803
Yxy41.59790.27470.4393
Hunter Lab64.4964-40.877820.2532
CIE-Lab70.5928-48.619623.5229

#4ac280 color RGB value is (74,194,128).

#4ac280 hex color red value is 74, green value is 194 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #4ac280 hue: 0.41 , saturation: 0.50 and the lightness value of 4ac280 is 0.53.

The process color (four color CMYK) of #4ac280 color hex is 0.62, 0.00, 0.34, 0.24. Web safe color of #4ac280 is #33cc99. Color #4ac280 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001010 11000010 10000000
Octal 112 302 200
Decimal 74 194 128
Hex 4A C2 80

RGB Percentages of Color #4ac280

%18.69
%48.99
%32.32

CMYK Percentages of Color #4ac280

%62
%0
%34
%24

Triadic Colors of #4ac280

#4ac280 #804ac2 #c2804a

Analogous Colors of #4ac280

#4ac280 #4ac2bc #50c24a

Monochromatic Colors of #4ac280

#4ac280

Complementary Color

#4ac280 #c24a8c

#4ac280 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4ac280 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4ac280 Color CSS Codes

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

#4ac280 Text Font Color

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

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


#4ac280 Background Color

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

This div background color is #4ac280


#4ac280 Border Color

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

This div border color is #4ac280


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4ac280


Comments

No comments written yet.

Please login to write comment.