Color Hex Logo

#4aea76 Color Hex

#4AEA76
(74,234,118)
0 Favorites   0 Comments

Color spaces of #4aea76

RGB 74234118
HSL0.380.790.60
HSV137°68°92°
CMYK 0.680.000.50   0.08
XYZ35.516961.609527.1594
Yxy61.60950.28580.4957
Hunter Lab78.4917-56.590634.4289
CIE-Lab82.7053-65.316044.2842

#4aea76 color RGB value is (74,234,118).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001010 11101010 01110110
Octal 112 352 166
Decimal 74 234 118
Hex 4A EA 76

RGB Percentages of Color #4aea76

%17.37
%54.93
%27.70

CMYK Percentages of Color #4aea76

%68
%0
%50
%8

Triadic Colors of #4aea76

#4aea76 #764aea #ea764a

Analogous Colors of #4aea76

#4aea76 #4aeac6 #6eea4a

Monochromatic Colors of #4aea76

#4aea76

Complementary Color

#4aea76 #ea4abe

#4aea76 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4aea76 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4aea76 Color CSS Codes

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

#4aea76 Text Font Color

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

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


#4aea76 Background Color

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

This div background color is #4aea76


#4aea76 Border Color

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

This div border color is #4aea76


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4aea76


Comments

No comments written yet.

Please login to write comment.