Color Hex Logo

#4dfddc Color Hex

#4DFDDC
(77,253,220)
0 Favorites   0 Comments

Color spaces of #4dfddc

RGB 77253220
HSL0.470.980.65
HSV169°70°99°
CMYK 0.700.000.13   0.01
XYZ51.104176.995679.8783
Yxy76.99560.24570.3702
Hunter Lab87.7471-49.59877.4499
CIE-Lab90.3196-51.69742.9305

#4dfddc color RGB value is (77,253,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001101 11111101 11011100
Octal 115 375 334
Decimal 77 253 220
Hex 4D FD DC

RGB Percentages of Color #4dfddc

%14.00
%46.00
%40.00

CMYK Percentages of Color #4dfddc

%70
%0
%13
%1

Triadic Colors of #4dfddc

#4dfddc #dc4dfd #fddc4d

Analogous Colors of #4dfddc

#4dfddc #4dc6fd #4dfd84

Monochromatic Colors of #4dfddc

#4dfddc

Complementary Color

#4dfddc #fd4d6e

#4dfddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4dfddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4dfddc Color CSS Codes

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

#4dfddc Text Font Color

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

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


#4dfddc Background Color

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

This div background color is #4dfddc


#4dfddc Border Color

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

This div border color is #4dfddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4dfddc

Related Colors


Comments

No comments written yet.

Please login to write comment.