Color Hex Logo

#4dffdb Color Hex

#4DFFDB
(77,255,219)
0 Favorites   0 Comments

Color spaces of #4dffdb

RGB 77255219
HSL0.471.000.65
HSV168°70°100°
CMYK 0.700.000.14   0.00
XYZ51.606878.212379.3944
Yxy78.21230.24670.3738
Hunter Lab88.4377-50.60448.6792
CIE-Lab90.8767-52.77004.2560

#4dffdb color RGB value is (77,255,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001101 11111111 11011011
Octal 115 377 333
Decimal 77 255 219
Hex 4D FF DB

RGB Percentages of Color #4dffdb

%13.97
%46.28
%39.75

CMYK Percentages of Color #4dffdb

%70
%0
%14
%0

Triadic Colors of #4dffdb

#4dffdb #db4dff #ffdb4d

Analogous Colors of #4dffdb

#4dffdb #4dcaff #4dff82

Monochromatic Colors of #4dffdb

#4dffdb

Complementary Color

#4dffdb #ff4d71

#4dffdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4dffdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4dffdb Color CSS Codes

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

#4dffdb Text Font Color

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

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


#4dffdb Background Color

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

This div background color is #4dffdb


#4dffdb Border Color

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

This div border color is #4dffdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4dffdb

Related Colors


Comments

No comments written yet.

Please login to write comment.