Color Hex Logo

#4def7e Color Hex

#4DEF7E
(77,239,126)
0 Favorites   0 Comments

Color spaces of #4def7e

RGB 77239126
HSL0.380.840.62
HSV138°68°94°
CMYK 0.680.000.47   0.06
XYZ37.693064.817130.2630
Yxy64.81710.28390.4882
Hunter Lab80.5091-57.320234.0695
CIE-Lab84.3894-65.365142.5641

#4def7e color RGB value is (77,239,126).

#4def7e hex color red value is 77, green value is 239 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #4def7e hue: 0.38 , saturation: 0.84 and the lightness value of 4def7e is 0.62.

The process color (four color CMYK) of #4def7e color hex is 0.68, 0.00, 0.47, 0.06. Web safe color of #4def7e is #66ff66. Color #4def7e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001101 11101111 01111110
Octal 115 357 176
Decimal 77 239 126
Hex 4D EF 7E

RGB Percentages of Color #4def7e

%17.42
%54.07
%28.51

CMYK Percentages of Color #4def7e

%68
%0
%47
%6

Triadic Colors of #4def7e

#4def7e #7e4def #ef7e4d

Analogous Colors of #4def7e

#4def7e #4defcf #6def4d

Monochromatic Colors of #4def7e

#4def7e

Complementary Color

#4def7e #ef4dbe

#4def7e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4def7e Color Preview on White Background

Lorem ipsum dolor sit amet.

#4def7e Color CSS Codes

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

#4def7e Text Font Color

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

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


#4def7e Background Color

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

This div background color is #4def7e


#4def7e Border Color

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

This div border color is #4def7e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4def7e


Comments

No comments written yet.

Please login to write comment.