Color Hex Logo

#4ae4a1 Color Hex

#4AE4A1
(74,228,161)
0 Favorites   0 Comments

Color spaces of #4ae4a1

RGB 74228161
HSL0.430.740.59
HSV154°68°89°
CMYK 0.680.000.29   0.11
XYZ37.000559.515943.2558
Yxy59.51590.26470.4258
Hunter Lab77.1465-49.395520.7589
CIE-Lab81.5743-55.494921.2066

#4ae4a1 color RGB value is (74,228,161).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001010 11100100 10100001
Octal 112 344 241
Decimal 74 228 161
Hex 4A E4 A1

RGB Percentages of Color #4ae4a1

%15.98
%49.24
%34.77

CMYK Percentages of Color #4ae4a1

%68
%0
%29
%11

Triadic Colors of #4ae4a1

#4ae4a1 #a14ae4 #e4a14a

Analogous Colors of #4ae4a1

#4ae4a1 #4adae4 #4ae454

Monochromatic Colors of #4ae4a1

#4ae4a1

Complementary Color

#4ae4a1 #e44a8d

#4ae4a1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4ae4a1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4ae4a1 Color CSS Codes

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

#4ae4a1 Text Font Color

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

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


#4ae4a1 Background Color

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

This div background color is #4ae4a1


#4ae4a1 Border Color

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

This div border color is #4ae4a1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4ae4a1


Comments

No comments written yet.

Please login to write comment.