Color Hex Logo

#4dcaaa Color Hex

#4DCAAA
(77,202,170)
0 Favorites   0 Comments

Color spaces of #4dcaaa

RGB 77202170
HSL0.460.540.55
HSV165°62°79°
CMYK 0.620.000.16   0.21
XYZ31.436846.721145.3914
Yxy46.72110.25440.3782
Hunter Lab68.3528-37.52188.4740
CIE-Lab74.0110-42.19585.7855

#4dcaaa color RGB value is (77,202,170).

#4dcaaa hex color red value is 77, green value is 202 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #4dcaaa hue: 0.46 , saturation: 0.54 and the lightness value of 4dcaaa is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 01001101 11001010 10101010
Octal 115 312 252
Decimal 77 202 170
Hex 4D CA AA

RGB Percentages of Color #4dcaaa

%17.15
%44.99
%37.86

CMYK Percentages of Color #4dcaaa

%62
%0
%16
%21

Triadic Colors of #4dcaaa

#4dcaaa #aa4dca #caaa4d

Analogous Colors of #4dcaaa

#4dcaaa #4dacca #4dca6c

Monochromatic Colors of #4dcaaa

#4dcaaa

Complementary Color

#4dcaaa #ca4d6d

#4dcaaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4dcaaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#4dcaaa Color CSS Codes

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

#4dcaaa Text Font Color

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

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


#4dcaaa Background Color

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

This div background color is #4dcaaa


#4dcaaa Border Color

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

This div border color is #4dcaaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4dcaaa


Comments

No comments written yet.

Please login to write comment.