Color Hex Logo

#4dfdac Color Hex

#4DFDAC
(77,253,172)
0 Favorites   0 Comments

Color spaces of #4dfdac

RGB 77253172
HSL0.420.980.65
HSV152°70°99°
CMYK 0.700.000.32   0.01
XYZ45.632274.806951.0638
Yxy74.80690.26610.4362
Hunter Lab86.4910-57.183525.5392
CIE-Lab89.3025-62.375626.1691

#4dfdac color RGB value is (77,253,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001101 11111101 10101100
Octal 115 375 254
Decimal 77 253 172
Hex 4D FD AC

RGB Percentages of Color #4dfdac

%15.34
%50.40
%34.26

CMYK Percentages of Color #4dfdac

%70
%0
%32
%1

Triadic Colors of #4dfdac

#4dfdac #ac4dfd #fdac4d

Analogous Colors of #4dfdac

#4dfdac #4df6fd #4dfd54

Monochromatic Colors of #4dfdac

#4dfdac

Complementary Color

#4dfdac #fd4d9e

#4dfdac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4dfdac Color Preview on White Background

Lorem ipsum dolor sit amet.

#4dfdac Color CSS Codes

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

#4dfdac Text Font Color

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

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


#4dfdac Background Color

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

This div background color is #4dfdac


#4dfdac Border Color

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

This div border color is #4dfdac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4dfdac

Related Colors


Comments

No comments written yet.

Please login to write comment.