Color Hex Logo

#4aeaac Color Hex

#4AEAAC
(74,234,172)
0 Favorites   0 Comments

Color spaces of #4aeaac

RGB 74234172
HSL0.440.790.60
HSV157°68°92°
CMYK 0.680.000.26   0.08
XYZ39.693363.280049.1519
Yxy63.28000.26090.4160
Hunter Lab79.5487-50.142219.0498
CIE-Lab83.5895-55.530718.2831

#4aeaac color RGB value is (74,234,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001010 11101010 10101100
Octal 112 352 254
Decimal 74 234 172
Hex 4A EA AC

RGB Percentages of Color #4aeaac

%15.42
%48.75
%35.83

CMYK Percentages of Color #4aeaac

%68
%0
%26
%8

Triadic Colors of #4aeaac

#4aeaac #ac4aea #eaac4a

Analogous Colors of #4aeaac

#4aeaac #4ad8ea #4aea5c

Monochromatic Colors of #4aeaac

#4aeaac

Complementary Color

#4aeaac #ea4a88

#4aeaac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4aeaac Color Preview on White Background

Lorem ipsum dolor sit amet.

#4aeaac Color CSS Codes

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

#4aeaac Text Font Color

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

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


#4aeaac Background Color

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

This div background color is #4aeaac


#4aeaac Border Color

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

This div border color is #4aeaac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4aeaac


Comments

No comments written yet.

Please login to write comment.