Color Hex Logo

#4dee55 Color Hex

#4DEE55
(77,238,85)
0 Favorites   0 Comments

Color spaces of #4dee55

RGB 7723885
HSL0.340.830.62
HSV123°68°93°
CMYK 0.680.000.64   0.07
XYZ35.274863.382718.9692
Yxy63.38270.29990.5388
Hunter Lab79.6133-60.234041.6024
CIE-Lab83.6433-70.179360.0972

#4dee55 color RGB value is (77,238,85).

#4dee55 hex color red value is 77, green value is 238 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #4dee55 hue: 0.34 , saturation: 0.83 and the lightness value of 4dee55 is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 01001101 11101110 01010101
Octal 115 356 125
Decimal 77 238 85
Hex 4D EE 55

RGB Percentages of Color #4dee55

%19.25
%59.50
%21.25

CMYK Percentages of Color #4dee55

%68
%0
%64
%7

Triadic Colors of #4dee55

#4dee55 #554dee #ee554d

Analogous Colors of #4dee55

#4dee55 #4deea6 #96ee4d

Monochromatic Colors of #4dee55

#4dee55

Complementary Color

#4dee55 #ee4de6

#4dee55 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4dee55 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4dee55 Color CSS Codes

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

#4dee55 Text Font Color

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

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


#4dee55 Background Color

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

This div background color is #4dee55


#4dee55 Border Color

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

This div border color is #4dee55


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4dee55


Comments

No comments written yet.

Please login to write comment.