color codes Logo

#4ae19e color codes

#4AE19E
(74,225,158)
0 Favorites   0 Comments

Color spaces of #4ae19e

RGB 74225158
HSL0.430.720.59
HSV153°67°88°
CMYK 0.670.000.30   0.12
XYZ35.920857.774941.6062
Yxy57.77490.26550.4270
Hunter Lab76.0098-48.661420.7527
CIE-Lab80.6135-54.939421.4431

#4ae19e color RGB value is (74,225,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001010 11100001 10011110
Octal 112 341 236
Decimal 74 225 158
Hex 4A E1 9E

RGB Percentages of Color #4ae19e

%16.19
%49.23
%34.57

CMYK Percentages of Color #4ae19e

%67
%0
%30
%12

Triadic Colors of #4ae19e

#4ae19e #9e4ae1 #e19e4a

Analogous Colors of #4ae19e

#4ae19e #4ad9e1 #4ae153

Monochromatic Colors of #4ae19e

#4ae19e

Complementary Color

#4ae19e #e14a8d

#4ae19e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4ae19e Color Preview on White Background

Lorem ipsum dolor sit amet.

#4ae19e Color CSS Codes

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

#4ae19e Text Font Color

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

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


#4ae19e Background Color

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

This div background color is #4ae19e


#4ae19e Border Color

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

This div border color is #4ae19e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4ae19e

#4ae19e Color Palettes


Comments

No comments written yet.

Please login to write comment.