Color Hex Logo

#4dddaa Color Hex

#4DDDAA
(77,221,170)
0 Favorites   0 Comments

Color spaces of #4dddaa

RGB 77221170
HSL0.440.680.58
HSV159°65°87°
CMYK 0.650.000.23   0.13
XYZ36.172756.193046.9700
Yxy56.19300.25960.4033
Hunter Lab74.9620-45.048815.3232
CIE-Lab79.7235-50.260413.9224

#4dddaa color RGB value is (77,221,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001101 11011101 10101010
Octal 115 335 252
Decimal 77 221 170
Hex 4D DD AA

RGB Percentages of Color #4dddaa

%16.45
%47.22
%36.32

CMYK Percentages of Color #4dddaa

%65
%0
%23
%13

Triadic Colors of #4dddaa

#4dddaa #aa4ddd #ddaa4d

Analogous Colors of #4dddaa

#4dddaa #4dc8dd #4ddd62

Monochromatic Colors of #4dddaa

#4dddaa

Complementary Color

#4dddaa #dd4d80

#4dddaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4dddaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#4dddaa Color CSS Codes

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

#4dddaa Text Font Color

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

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


#4dddaa Background Color

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

This div background color is #4dddaa


#4dddaa Border Color

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

This div border color is #4dddaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4dddaa


Comments

No comments written yet.

Please login to write comment.