Color Hex Logo

#4aea74 Color Hex

#4AEA74
(74,234,116)
0 Favorites   0 Comments

Color spaces of #4aea74

RGB 74234116
HSL0.380.790.60
HSV136°68°92°
CMYK 0.680.000.50   0.08
XYZ35.399261.562426.5400
Yxy61.56240.28660.4985
Hunter Lab78.4617-56.775034.8681
CIE-Lab82.6802-65.605845.2053

#4aea74 color RGB value is (74,234,116).

#4aea74 hex color red value is 74, green value is 234 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #4aea74 hue: 0.38 , saturation: 0.79 and the lightness value of 4aea74 is 0.60.

The process color (four color CMYK) of #4aea74 color hex is 0.68, 0.00, 0.50, 0.08. Web safe color of #4aea74 is #33ff66. Color #4aea74 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001010 11101010 01110100
Octal 112 352 164
Decimal 74 234 116
Hex 4A EA 74

RGB Percentages of Color #4aea74

%17.45
%55.19
%27.36

CMYK Percentages of Color #4aea74

%68
%0
%50
%8

Triadic Colors of #4aea74

#4aea74 #744aea #ea744a

Analogous Colors of #4aea74

#4aea74 #4aeac4 #70ea4a

Monochromatic Colors of #4aea74

#4aea74

Complementary Color

#4aea74 #ea4ac0

#4aea74 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4aea74 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4aea74 Color CSS Codes

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

#4aea74 Text Font Color

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

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


#4aea74 Background Color

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

This div background color is #4aea74


#4aea74 Border Color

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

This div border color is #4aea74


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4aea74


Comments

No comments written yet.

Please login to write comment.