Color Hex Logo

#4ae09d Color Hex

#4AE09D
(74,224,157)
0 Favorites   0 Comments

Color spaces of #4ae09d

RGB 74224157
HSL0.430.710.58
HSV153°67°88°
CMYK 0.670.000.30   0.12
XYZ35.565557.201541.0648
Yxy57.20150.26570.4274
Hunter Lab75.6317-48.416520.7502
CIE-Lab80.2928-54.753021.5225

#4ae09d color RGB value is (74,224,157).

#4ae09d hex color red value is 74, green value is 224 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #4ae09d hue: 0.43 , saturation: 0.71 and the lightness value of 4ae09d is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 01001010 11100000 10011101
Octal 112 340 235
Decimal 74 224 157
Hex 4A E0 9D

RGB Percentages of Color #4ae09d

%16.26
%49.23
%34.51

CMYK Percentages of Color #4ae09d

%67
%0
%30
%12

Triadic Colors of #4ae09d

#4ae09d #9d4ae0 #e09d4a

Analogous Colors of #4ae09d

#4ae09d #4ad8e0 #4ae052

Monochromatic Colors of #4ae09d

#4ae09d

Complementary Color

#4ae09d #e04a8d

#4ae09d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4ae09d Color Preview on White Background

Lorem ipsum dolor sit amet.

#4ae09d Color CSS Codes

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

#4ae09d Text Font Color

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

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


#4ae09d Background Color

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

This div background color is #4ae09d


#4ae09d Border Color

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

This div border color is #4ae09d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4ae09d


Comments

No comments written yet.

Please login to write comment.