Color Hex Logo

#4dffd5 Color Hex

#4DFFD5
(77,255,213)
0 Favorites   0 Comments

Color spaces of #4dffd5

RGB 77255213
HSL0.461.000.65
HSV166°70°100°
CMYK 0.700.000.16   0.00
XYZ50.830877.901975.3083
Yxy77.90190.24910.3818
Hunter Lab88.2621-51.659111.1951
CIE-Lab90.7351-54.21467.1547

#4dffd5 color RGB value is (77,255,213).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001101 11111111 11010101
Octal 115 377 325
Decimal 77 255 213
Hex 4D FF D5

RGB Percentages of Color #4dffd5

%14.13
%46.79
%39.08

CMYK Percentages of Color #4dffd5

%70
%0
%16
%0

Triadic Colors of #4dffd5

#4dffd5 #d54dff #ffd54d

Analogous Colors of #4dffd5

#4dffd5 #4dd0ff #4dff7c

Monochromatic Colors of #4dffd5

#4dffd5

Complementary Color

#4dffd5 #ff4d77

#4dffd5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4dffd5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4dffd5 Color CSS Codes

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

#4dffd5 Text Font Color

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

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


#4dffd5 Background Color

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

This div background color is #4dffd5


#4dffd5 Border Color

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

This div border color is #4dffd5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4dffd5


Comments

No comments written yet.

Please login to write comment.