Color Hex Logo

#4dffdd Color Hex

#4DFFDD
(77,255,221)
0 Favorites   0 Comments

Color spaces of #4dffdd

RGB 77255221
HSL0.471.000.65
HSV169°70°100°
CMYK 0.700.000.13   0.00
XYZ51.871778.318280.7896
Yxy78.31820.24590.3712
Hunter Lab88.4976-50.24537.8223
CIE-Lab90.9249-52.28103.2908

#4dffdd color RGB value is (77,255,221).

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

The process color (four color CMYK) of #4dffdd color hex is 0.70, 0.00, 0.13, 0.00. Web safe color of #4dffdd is #66ffcc. Color #4dffdd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001101 11111111 11011101
Octal 115 377 335
Decimal 77 255 221
Hex 4D FF DD

RGB Percentages of Color #4dffdd

%13.92
%46.11
%39.96

CMYK Percentages of Color #4dffdd

%70
%0
%13
%0

Triadic Colors of #4dffdd

#4dffdd #dd4dff #ffdd4d

Analogous Colors of #4dffdd

#4dffdd #4dc8ff #4dff84

Monochromatic Colors of #4dffdd

#4dffdd

Complementary Color

#4dffdd #ff4d6f

#4dffdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4dffdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4dffdd Color CSS Codes

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

#4dffdd Text Font Color

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

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


#4dffdd Background Color

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

This div background color is #4dffdd


#4dffdd Border Color

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

This div border color is #4dffdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4dffdd

Related Colors


Comments

No comments written yet.

Please login to write comment.