Color Hex Logo

#4dfcaa Color Hex

#4DFCAA
(77,252,170)
0 Favorites   0 Comments

Color spaces of #4dfcaa

RGB 77252170
HSL0.420.970.65
HSV152°69°99°
CMYK 0.690.000.33   0.01
XYZ45.126774.100949.9547
Yxy74.10090.26670.4380
Hunter Lab86.0819-57.068225.8504
CIE-Lab88.9701-62.394326.7294

#4dfcaa color RGB value is (77,252,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001101 11111100 10101010
Octal 115 374 252
Decimal 77 252 170
Hex 4D FC AA

RGB Percentages of Color #4dfcaa

%15.43
%50.50
%34.07

CMYK Percentages of Color #4dfcaa

%69
%0
%33
%1

Triadic Colors of #4dfcaa

#4dfcaa #aa4dfc #fcaa4d

Analogous Colors of #4dfcaa

#4dfcaa #4df7fc #4dfc52

Monochromatic Colors of #4dfcaa

#4dfcaa

Complementary Color

#4dfcaa #fc4d9f

#4dfcaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4dfcaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#4dfcaa Color CSS Codes

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

#4dfcaa Text Font Color

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

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


#4dfcaa Background Color

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

This div background color is #4dfcaa


#4dfcaa Border Color

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

This div border color is #4dfcaa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(77,252,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 #4dfcaa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4dfcaa

Related Colors


Comments

No comments written yet.

Please login to write comment.