Color Hex Logo

#4dca8a Color Hex

#4DCA8A
(77,202,138)
0 Favorites   0 Comments

Color spaces of #4dca8a

RGB 77202138
HSL0.410.540.55
HSV149°62°79°
CMYK 0.620.000.32   0.21
XYZ28.768545.653831.3406
Yxy45.65380.27200.4317
Hunter Lab67.5676-42.242719.7962
CIE-Lab73.3203-49.292421.9483

#4dca8a color RGB value is (77,202,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001101 11001010 10001010
Octal 115 312 212
Decimal 77 202 138
Hex 4D CA 8A

RGB Percentages of Color #4dca8a

%18.47
%48.44
%33.09

CMYK Percentages of Color #4dca8a

%62
%0
%32
%21

Triadic Colors of #4dca8a

#4dca8a #8a4dca #ca8a4d

Analogous Colors of #4dca8a

#4dca8a #4dcac9 #4fca4d

Monochromatic Colors of #4dca8a

#4dca8a

Complementary Color

#4dca8a #ca4d8d

#4dca8a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4dca8a Color Preview on White Background

Lorem ipsum dolor sit amet.

#4dca8a Color CSS Codes

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

#4dca8a Text Font Color

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

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


#4dca8a Background Color

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

This div background color is #4dca8a


#4dca8a Border Color

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

This div border color is #4dca8a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4dca8a


Comments

No comments written yet.

Please login to write comment.