Color Hex Logo

#4dfddb Color Hex

#4DFDDB
(77,253,219)
0 Favorites   0 Comments

Color spaces of #4dfddb

RGB 77253219
HSL0.470.980.65
HSV168°70°99°
CMYK 0.700.000.13   0.01
XYZ50.972076.942879.1828
Yxy76.94280.24610.3715
Hunter Lab87.7170-49.77927.8804
CIE-Lab90.2953-51.94333.4137

#4dfddb color RGB value is (77,253,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001101 11111101 11011011
Octal 115 375 333
Decimal 77 253 219
Hex 4D FD DB

RGB Percentages of Color #4dfddb

%14.03
%46.08
%39.89

CMYK Percentages of Color #4dfddb

%70
%0
%13
%1

Triadic Colors of #4dfddb

#4dfddb #db4dfd #fddb4d

Analogous Colors of #4dfddb

#4dfddb #4dc7fd #4dfd83

Monochromatic Colors of #4dfddb

#4dfddb

Complementary Color

#4dfddb #fd4d6f

#4dfddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4dfddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4dfddb Color CSS Codes

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

#4dfddb Text Font Color

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

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


#4dfddb Background Color

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

This div background color is #4dfddb


#4dfddb Border Color

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

This div border color is #4dfddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4dfddb


Comments

No comments written yet.

Please login to write comment.