Color Hex Logo

#4dfddd Color Hex

#4DFDDD
(77,253,221)
0 Favorites   0 Comments

Color spaces of #4dfddd

RGB 77253221
HSL0.470.980.65
HSV169°70°99°
CMYK 0.700.000.13   0.01
XYZ51.237077.048880.5780
Yxy77.04880.24530.3689
Hunter Lab87.7774-49.41747.0171
CIE-Lab90.3441-51.45082.4476

#4dfddd color RGB value is (77,253,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001101 11111101 11011101
Octal 115 375 335
Decimal 77 253 221
Hex 4D FD DD

RGB Percentages of Color #4dfddd

%13.97
%45.92
%40.11

CMYK Percentages of Color #4dfddd

%70
%0
%13
%1

Triadic Colors of #4dfddd

#4dfddd #dd4dfd #fddd4d

Analogous Colors of #4dfddd

#4dfddd #4dc5fd #4dfd85

Monochromatic Colors of #4dfddd

#4dfddd

Complementary Color

#4dfddd #fd4d6d

#4dfddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4dfddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4dfddd Color CSS Codes

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

#4dfddd Text Font Color

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

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


#4dfddd Background Color

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

This div background color is #4dfddd


#4dfddd Border Color

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

This div border color is #4dfddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4dfddd


Comments

No comments written yet.

Please login to write comment.