Color Hex Logo

#4de486 Color Hex

#4DE486
(77,228,134)
0 Favorites   0 Comments

Color spaces of #4de486

RGB 77228134
HSL0.400.740.60
HSV143°66°89°
CMYK 0.660.000.41   0.11
XYZ35.107058.785832.0507
Yxy58.78580.27880.4668
Hunter Lab76.6719-52.443128.8857
CIE-Lab81.1737-60.105134.4988

#4de486 color RGB value is (77,228,134).

#4de486 hex color red value is 77, green value is 228 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #4de486 hue: 0.40 , saturation: 0.74 and the lightness value of 4de486 is 0.60.

The process color (four color CMYK) of #4de486 color hex is 0.66, 0.00, 0.41, 0.11. Web safe color of #4de486 is #66cc99. Color #4de486 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001101 11100100 10000110
Octal 115 344 206
Decimal 77 228 134
Hex 4D E4 86

RGB Percentages of Color #4de486

%17.54
%51.94
%30.52

CMYK Percentages of Color #4de486

%66
%0
%41
%11

Triadic Colors of #4de486

#4de486 #864de4 #e4864d

Analogous Colors of #4de486

#4de486 #4de4d2 #5fe44d

Monochromatic Colors of #4de486

#4de486

Complementary Color

#4de486 #e44dab

#4de486 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4de486 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4de486 Color CSS Codes

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

#4de486 Text Font Color

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

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


#4de486 Background Color

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

This div background color is #4de486


#4de486 Border Color

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

This div border color is #4de486


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4de486


Comments

No comments written yet.

Please login to write comment.