Color Hex Logo

#4dfadd Color Hex

#4DFADD
(77,250,221)
0 Favorites   0 Comments

Color spaces of #4dfadd

RGB 77250221
HSL0.470.950.64
HSV170°69°98°
CMYK 0.690.000.12   0.02
XYZ50.297375.169580.2648
Yxy75.16950.24450.3654
Hunter Lab86.7003-48.17285.8012
CIE-Lab89.4723-50.19641.1793

#4dfadd color RGB value is (77,250,221).

#4dfadd hex color red value is 77, green value is 250 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #4dfadd hue: 0.47 , saturation: 0.95 and the lightness value of 4dfadd is 0.64.

The process color (four color CMYK) of #4dfadd color hex is 0.69, 0.00, 0.12, 0.02. Web safe color of #4dfadd is #66ffcc. Color #4dfadd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001101 11111010 11011101
Octal 115 372 335
Decimal 77 250 221
Hex 4D FA DD

RGB Percentages of Color #4dfadd

%14.05
%45.62
%40.33

CMYK Percentages of Color #4dfadd

%69
%0
%12
%2

Triadic Colors of #4dfadd

#4dfadd #dd4dfa #fadd4d

Analogous Colors of #4dfadd

#4dfadd #4dc1fa #4dfa87

Monochromatic Colors of #4dfadd

#4dfadd

Complementary Color

#4dfadd #fa4d6a

#4dfadd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4dfadd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4dfadd Color CSS Codes

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

#4dfadd Text Font Color

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

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


#4dfadd Background Color

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

This div background color is #4dfadd


#4dfadd Border Color

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

This div border color is #4dfadd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4dfadd


Comments

No comments written yet.

Please login to write comment.