Color Hex Logo

#4dffec Color Hex

#4DFFEC
(77,255,236)
0 Favorites   0 Comments

Color spaces of #4dffec

RGB 77255236
HSL0.481.000.65
HSV174°70°100°
CMYK 0.700.000.07   0.00
XYZ53.960979.153991.7911
Yxy79.15390.23990.3519
Hunter Lab88.9685-47.43151.1069
CIE-Lab91.3039-48.5009-3.9273

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001101 11111111 11101100
Octal 115 377 354
Decimal 77 255 236
Hex 4D FF EC

RGB Percentages of Color #4dffec

%13.56
%44.89
%41.55

CMYK Percentages of Color #4dffec

%70
%0
%7
%0

Triadic Colors of #4dffec

#4dffec #ec4dff #ffec4d

Analogous Colors of #4dffec

#4dffec #4db9ff #4dff93

Monochromatic Colors of #4dffec

#4dffec

Complementary Color

#4dffec #ff4d60

#4dffec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4dffec Color Preview on White Background

Lorem ipsum dolor sit amet.

#4dffec Color CSS Codes

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

#4dffec Text Font Color

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

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


#4dffec Background Color

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

This div background color is #4dffec


#4dffec Border Color

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

This div border color is #4dffec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4dffec

Related Colors


Comments

No comments written yet.

Please login to write comment.