Color Hex Logo

#4ae4ac Color Hex

#4AE4AC
(74,228,172)
0 Favorites   0 Comments

Color spaces of #4ae4ac

RGB 74228172
HSL0.440.740.59
HSV158°68°89°
CMYK 0.680.000.25   0.11
XYZ38.013859.921248.5921
Yxy59.92120.25940.4089
Hunter Lab77.4088-47.807816.9678
CIE-Lab81.7953-53.144615.7745

#4ae4ac color RGB value is (74,228,172).

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

The process color (four color CMYK) of #4ae4ac color hex is 0.68, 0.00, 0.25, 0.11. Web safe color of #4ae4ac is #33cc99. Color #4ae4ac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001010 11100100 10101100
Octal 112 344 254
Decimal 74 228 172
Hex 4A E4 AC

RGB Percentages of Color #4ae4ac

%15.61
%48.10
%36.29

CMYK Percentages of Color #4ae4ac

%68
%0
%25
%11

Triadic Colors of #4ae4ac

#4ae4ac #ac4ae4 #e4ac4a

Analogous Colors of #4ae4ac

#4ae4ac #4acfe4 #4ae45f

Monochromatic Colors of #4ae4ac

#4ae4ac

Complementary Color

#4ae4ac #e44a82

#4ae4ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4ae4ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#4ae4ac Color CSS Codes

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

#4ae4ac Text Font Color

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

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


#4ae4ac Background Color

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

This div background color is #4ae4ac


#4ae4ac Border Color

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

This div border color is #4ae4ac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(74,228,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 #4ae4ac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4ae4ac


Comments

No comments written yet.

Please login to write comment.