Color Hex Logo

#4dedaa Color Hex

#4DEDAA
(77,237,170)
0 Favorites   0 Comments

Color spaces of #4dedaa

RGB 77237170
HSL0.430.820.62
HSV155°68°93°
CMYK 0.680.000.28   0.07
XYZ40.600565.048448.4459
Yxy65.04840.26350.4221
Hunter Lab80.6526-51.285220.8429
CIE-Lab84.5087-56.666920.6061

#4dedaa color RGB value is (77,237,170).

#4dedaa hex color red value is 77, green value is 237 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #4dedaa hue: 0.43 , saturation: 0.82 and the lightness value of 4dedaa is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 01001101 11101101 10101010
Octal 115 355 252
Decimal 77 237 170
Hex 4D ED AA

RGB Percentages of Color #4dedaa

%15.91
%48.97
%35.12

CMYK Percentages of Color #4dedaa

%68
%0
%28
%7

Triadic Colors of #4dedaa

#4dedaa #aa4ded #edaa4d

Analogous Colors of #4dedaa

#4dedaa #4de0ed #4ded5a

Monochromatic Colors of #4dedaa

#4dedaa

Complementary Color

#4dedaa #ed4d90

#4dedaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4dedaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#4dedaa Color CSS Codes

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

#4dedaa Text Font Color

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

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


#4dedaa Background Color

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

This div background color is #4dedaa


#4dedaa Border Color

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

This div border color is #4dedaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4dedaa


Comments

No comments written yet.

Please login to write comment.