Color Hex Logo

#4dffff Color Hex

#4DFFFF
(77,255,255)
1 Favorites   0 Comments

Color spaces of #4dffff

RGB 77255255
HSL0.501.000.65
HSV180°70°100°
CMYK 0.700.000.00   0.00
XYZ56.870680.3178107.1132
Yxy80.31780.23280.3288
Hunter Lab89.6202-43.5640-8.1287
CIE-Lab91.8273-43.4452-13.0014

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001101 11111111 11111111
Octal 115 377 377
Decimal 77 255 255
Hex 4D FF FF

RGB Percentages of Color #4dffff

%13.12
%43.44
%43.44

CMYK Percentages of Color #4dffff

%70
%0
%0
%0

Triadic Colors of #4dffff

#4dffff #ff4dff #ffff4d

Analogous Colors of #4dffff

#4dffff #4da6ff #4dffa6

Monochromatic Colors of #4dffff

#4dffff

Complementary Color

#4dffff #ff4d4d

#4dffff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4dffff Color Preview on White Background

Lorem ipsum dolor sit amet.

#4dffff Color CSS Codes

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

#4dffff Text Font Color

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

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


#4dffff Background Color

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

This div background color is #4dffff


#4dffff Border Color

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

This div border color is #4dffff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4dffff

Related Colors

#4dffff Color Palettes


Comments

No comments written yet.

Please login to write comment.