Color Hex Logo

#4dfeaa Color Hex

#4DFEAA
(77,254,170)
0 Favorites   0 Comments

Color spaces of #4dfeaa

RGB 77254170
HSL0.420.990.65
HSV152°70°100°
CMYK 0.700.000.33   0.00
XYZ45.758175.363750.1652
Yxy75.36370.26710.4400
Hunter Lab86.8123-57.835526.5074
CIE-Lab89.5631-63.139227.5353

#4dfeaa color RGB value is (77,254,170).

#4dfeaa hex color red value is 77, green value is 254 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #4dfeaa hue: 0.42 , saturation: 0.99 and the lightness value of 4dfeaa is 0.65.

The process color (four color CMYK) of #4dfeaa color hex is 0.70, 0.00, 0.33, 0.00. Web safe color of #4dfeaa is #66ff99. Color #4dfeaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001101 11111110 10101010
Octal 115 376 252
Decimal 77 254 170
Hex 4D FE AA

RGB Percentages of Color #4dfeaa

%15.37
%50.70
%33.93

CMYK Percentages of Color #4dfeaa

%70
%0
%33
%0

Triadic Colors of #4dfeaa

#4dfeaa #aa4dfe #feaa4d

Analogous Colors of #4dfeaa

#4dfeaa #4dfafe #4dfe51

Monochromatic Colors of #4dfeaa

#4dfeaa

Complementary Color

#4dfeaa #fe4da1

#4dfeaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4dfeaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#4dfeaa Color CSS Codes

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

#4dfeaa Text Font Color

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

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


#4dfeaa Background Color

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

This div background color is #4dfeaa


#4dfeaa Border Color

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

This div border color is #4dfeaa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(77,254,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4dfeaa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4dfeaa;
  -webkit-box-shadow: 1px 1px 3px 2px #4dfeaa;
  box-shadow:         1px 1px 3px 2px #4dfeaa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(77,254,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4dfeaa


Comments

No comments written yet.

Please login to write comment.