Color Hex Logo

#4aeaa9 Color Hex

#4AEAA9
(74,234,169)
0 Favorites   0 Comments

Color spaces of #4aeaa9

RGB 74234169
HSL0.430.790.60
HSV156°68°92°
CMYK 0.680.000.28   0.08
XYZ39.408363.166147.6514
Yxy63.16610.26230.4205
Hunter Lab79.4771-50.576720.0860
CIE-Lab83.5297-56.169719.7574

#4aeaa9 color RGB value is (74,234,169).

#4aeaa9 hex color red value is 74, green value is 234 and the blue value of its RGB is 169. Cylindrical-coordinate representations (also known as HSL) of color #4aeaa9 hue: 0.43 , saturation: 0.79 and the lightness value of 4aeaa9 is 0.60.

The process color (four color CMYK) of #4aeaa9 color hex is 0.68, 0.00, 0.28, 0.08. Web safe color of #4aeaa9 is #33ff99. Color #4aeaa9 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001010 11101010 10101001
Octal 112 352 251
Decimal 74 234 169
Hex 4A EA A9

RGB Percentages of Color #4aeaa9

%15.51
%49.06
%35.43

CMYK Percentages of Color #4aeaa9

%68
%0
%28
%8

Triadic Colors of #4aeaa9

#4aeaa9 #a94aea #eaa94a

Analogous Colors of #4aeaa9

#4aeaa9 #4adbea #4aea59

Monochromatic Colors of #4aeaa9

#4aeaa9

Complementary Color

#4aeaa9 #ea4a8b

#4aeaa9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4aeaa9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4aeaa9 Color CSS Codes

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

#4aeaa9 Text Font Color

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

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


#4aeaa9 Background Color

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

This div background color is #4aeaa9


#4aeaa9 Border Color

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

This div border color is #4aeaa9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4aeaa9


Comments

No comments written yet.

Please login to write comment.