color codes Logo

#4dc48c color codes

#4DC48C
(77,196,140)
0 Favorites   0 Comments

Color spaces of #4dc48c

RGB 77196140
HSL0.420.500.54
HSV152°61°77°
CMYK 0.610.000.29   0.23
XYZ27.534142.951131.6501
Yxy42.95110.26960.4205
Hunter Lab65.5371-39.696717.2428
CIE-Lab71.5218-46.411918.4141

#4dc48c color RGB value is (77,196,140).

#4dc48c hex color red value is 77, green value is 196 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #4dc48c hue: 0.42 , saturation: 0.50 and the lightness value of 4dc48c is 0.54.

The process color (four color CMYK) of #4dc48c color code is 0.61, 0.00, 0.29, 0.23. Web safe color of #4dc48c is #66cc99. Color #4dc48c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001101 11000100 10001100
Octal 115 304 214
Decimal 77 196 140
Hex 4D C4 8C

RGB Percentages of Color #4dc48c

%18.64
%47.46
%33.90

CMYK Percentages of Color #4dc48c

%61
%0
%29
%23

Triadic Colors of #4dc48c

#4dc48c #8c4dc4 #c48c4d

Analogous Colors of #4dc48c

#4dc48c #4dc1c4 #4dc450

Monochromatic Colors of #4dc48c

#4dc48c

Complementary Color

#4dc48c #c44d85

#4dc48c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4dc48c Color Preview on White Background

Lorem ipsum dolor sit amet.

#4dc48c Color CSS Codes

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

#4dc48c Text Font Color

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

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


#4dc48c Background Color

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

This div background color is #4dc48c


#4dc48c Border Color

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

This div border color is #4dc48c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4dc48c


Comments

No comments written yet.

Please login to write comment.