Color Hex Logo

#4dedac Color Hex

#4DEDAC
(77,237,172)
0 Favorites   0 Comments

Color spaces of #4dedac

RGB 77237172
HSL0.430.820.62
HSV156°68°93°
CMYK 0.680.000.27   0.07
XYZ40.791165.124749.4501
Yxy65.12470.26250.4192
Hunter Lab80.6999-50.999020.1590
CIE-Lab84.5480-56.247919.6260

#4dedac color RGB value is (77,237,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001101 11101101 10101100
Octal 115 355 254
Decimal 77 237 172
Hex 4D ED AC

RGB Percentages of Color #4dedac

%15.84
%48.77
%35.39

CMYK Percentages of Color #4dedac

%68
%0
%27
%7

Triadic Colors of #4dedac

#4dedac #ac4ded #edac4d

Analogous Colors of #4dedac

#4dedac #4ddeed #4ded5c

Monochromatic Colors of #4dedac

#4dedac

Complementary Color

#4dedac #ed4d8e

#4dedac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4dedac Color Preview on White Background

Lorem ipsum dolor sit amet.

#4dedac Color CSS Codes

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

#4dedac Text Font Color

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

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


#4dedac Background Color

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

This div background color is #4dedac


#4dedac Border Color

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

This div border color is #4dedac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4dedac


Comments

No comments written yet.

Please login to write comment.