Color Hex Logo

#4ae213 Color Hex

#4AE213
(74,226,19)
0 Favorites   0 Comments

Color spaces of #4ae213

RGB 7422619
HSL0.290.840.48
HSV104°92°89°
CMYK 0.670.000.92   0.11
XYZ30.137955.89569.8166
Yxy55.89560.31440.5832
Hunter Lab74.7634-58.880644.5494
CIE-Lab79.5544-70.919075.0686

#4ae213 color RGB value is (74,226,19).

#4ae213 hex color red value is 74, green value is 226 and the blue value of its RGB is 19. Cylindrical-coordinate representations (also known as HSL) of color #4ae213 hue: 0.29 , saturation: 0.84 and the lightness value of 4ae213 is 0.48.

The process color (four color CMYK) of #4ae213 color hex is 0.67, 0.00, 0.92, 0.11. Web safe color of #4ae213 is #33cc00. Color #4ae213 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001010 11100010 00010011
Octal 112 342 23
Decimal 74 226 19
Hex 4A E2 13

RGB Percentages of Color #4ae213

%23.20
%70.85
%5.96

CMYK Percentages of Color #4ae213

%67
%0
%92
%11

Triadic Colors of #4ae213

#4ae213 #134ae2 #e2134a

Analogous Colors of #4ae213

#4ae213 #13e244 #b2e213

Monochromatic Colors of #4ae213

#4ae213

Complementary Color

#4ae213 #ab13e2

#4ae213 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4ae213 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4ae213 Color CSS Codes

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

#4ae213 Text Font Color

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

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


#4ae213 Background Color

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

This div background color is #4ae213


#4ae213 Border Color

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

This div border color is #4ae213


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4ae213


Comments

No comments written yet.

Please login to write comment.