Color Hex Logo

#4dddaf Color Hex

#4DDDAF
(77,221,175)
0 Favorites   0 Comments

Color spaces of #4dddaf

RGB 77221175
HSL0.450.680.58
HSV161°65°87°
CMYK 0.650.000.21   0.13
XYZ36.654956.385849.5091
Yxy56.38580.25710.3956
Hunter Lab75.0905-44.274813.4719
CIE-Lab79.8329-49.128811.4355

#4dddaf color RGB value is (77,221,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001101 11011101 10101111
Octal 115 335 257
Decimal 77 221 175
Hex 4D DD AF

RGB Percentages of Color #4dddaf

%16.28
%46.72
%37.00

CMYK Percentages of Color #4dddaf

%65
%0
%21
%13

Triadic Colors of #4dddaf

#4dddaf #af4ddd #ddaf4d

Analogous Colors of #4dddaf

#4dddaf #4dc3dd #4ddd67

Monochromatic Colors of #4dddaf

#4dddaf

Complementary Color

#4dddaf #dd4d7b

#4dddaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4dddaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#4dddaf Color CSS Codes

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

#4dddaf Text Font Color

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

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


#4dddaf Background Color

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

This div background color is #4dddaf


#4dddaf Border Color

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

This div border color is #4dddaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4dddaf


Comments

No comments written yet.

Please login to write comment.