Color Hex Logo

#4dddac Color Hex

#4DDDAC
(77,221,172)
0 Favorites   0 Comments

Color spaces of #4dddac

RGB 77221172
HSL0.440.680.58
HSV160°65°87°
CMYK 0.650.000.22   0.13
XYZ36.363456.269247.9742
Yxy56.26920.25860.4002
Hunter Lab75.0128-44.742314.5902
CIE-Lab79.7668-49.811212.9276

#4dddac color RGB value is (77,221,172).

#4dddac hex color red value is 77, green value is 221 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #4dddac hue: 0.44 , saturation: 0.68 and the lightness value of 4dddac is 0.58.

The process color (four color CMYK) of #4dddac color hex is 0.65, 0.00, 0.22, 0.13. Web safe color of #4dddac is #66cc99. Color #4dddac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001101 11011101 10101100
Octal 115 335 254
Decimal 77 221 172
Hex 4D DD AC

RGB Percentages of Color #4dddac

%16.38
%47.02
%36.60

CMYK Percentages of Color #4dddac

%65
%0
%22
%13

Triadic Colors of #4dddac

#4dddac #ac4ddd #ddac4d

Analogous Colors of #4dddac

#4dddac #4dc6dd #4ddd64

Monochromatic Colors of #4dddac

#4dddac

Complementary Color

#4dddac #dd4d7e

#4dddac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4dddac Color Preview on White Background

Lorem ipsum dolor sit amet.

#4dddac Color CSS Codes

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

#4dddac Text Font Color

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

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


#4dddac Background Color

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

This div background color is #4dddac


#4dddac Border Color

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

This div border color is #4dddac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(77,221,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 #4dddac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4dddac


Comments

No comments written yet.

Please login to write comment.