Color Hex Logo

#4dffed Color Hex

#4DFFED
(77,255,237)
0 Favorites   0 Comments

Color spaces of #4dffed

RGB 77255237
HSL0.481.000.65
HSV174°70°100°
CMYK 0.700.000.07   0.00
XYZ54.106679.212292.5585
Yxy79.21220.23950.3507
Hunter Lab89.0012-47.23650.6411
CIE-Lab91.3302-48.2421-4.4070

#4dffed color RGB value is (77,255,237).

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

The process color (four color CMYK) of #4dffed color hex is 0.70, 0.00, 0.07, 0.00. Web safe color of #4dffed is #66ffff. Color #4dffed contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001101 11111111 11101101
Octal 115 377 355
Decimal 77 255 237
Hex 4D FF ED

RGB Percentages of Color #4dffed

%13.53
%44.82
%41.65

CMYK Percentages of Color #4dffed

%70
%0
%7
%0

Triadic Colors of #4dffed

#4dffed #ed4dff #ffed4d

Analogous Colors of #4dffed

#4dffed #4db8ff #4dff94

Monochromatic Colors of #4dffed

#4dffed

Complementary Color

#4dffed #ff4d5f

#4dffed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4dffed Color Preview on White Background

Lorem ipsum dolor sit amet.

#4dffed Color CSS Codes

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

#4dffed Text Font Color

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

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


#4dffed Background Color

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

This div background color is #4dffed


#4dffed Border Color

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

This div border color is #4dffed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4dffed

Related Colors

#4dffed Color Palettes


Comments

No comments written yet.

Please login to write comment.