Color Hex Logo

#4ae196 Color Hex

#4AE196
(74,225,150)
0 Favorites   0 Comments

Color spaces of #4ae196

RGB 74225150
HSL0.420.720.59
HSV150°67°88°
CMYK 0.670.000.33   0.12
XYZ35.254357.508338.0963
Yxy57.50830.26940.4395
Hunter Lab75.8342-49.727723.2989
CIE-Lab80.4646-56.547725.3881

#4ae196 color RGB value is (74,225,150).

#4ae196 hex color red value is 74, green value is 225 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #4ae196 hue: 0.42 , saturation: 0.72 and the lightness value of 4ae196 is 0.59.

The process color (four color CMYK) of #4ae196 color hex is 0.67, 0.00, 0.33, 0.12. Web safe color of #4ae196 is #33cc99. Color #4ae196 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001010 11100001 10010110
Octal 112 341 226
Decimal 74 225 150
Hex 4A E1 96

RGB Percentages of Color #4ae196

%16.48
%50.11
%33.41

CMYK Percentages of Color #4ae196

%67
%0
%33
%12

Triadic Colors of #4ae196

#4ae196 #964ae1 #e1964a

Analogous Colors of #4ae196

#4ae196 #4ae1e1 #4ae14b

Monochromatic Colors of #4ae196

#4ae196

Complementary Color

#4ae196 #e14a95

#4ae196 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4ae196 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4ae196 Color CSS Codes

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

#4ae196 Text Font Color

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

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


#4ae196 Background Color

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

This div background color is #4ae196


#4ae196 Border Color

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

This div border color is #4ae196


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4ae196


Comments

No comments written yet.

Please login to write comment.