Color Hex Logo

#4dcb8f Color Hex

#4DCB8F
(77,203,143)
0 Favorites   0 Comments

Color spaces of #4dcb8f

RGB 77203143
HSL0.420.550.55
HSV151°62°80°
CMYK 0.620.000.30   0.20
XYZ29.374446.272833.3700
Yxy46.27280.26940.4245
Hunter Lab68.0241-41.961718.5315
CIE-Lab73.7222-48.684219.8504

#4dcb8f color RGB value is (77,203,143).

#4dcb8f hex color red value is 77, green value is 203 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #4dcb8f hue: 0.42 , saturation: 0.55 and the lightness value of 4dcb8f is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 01001101 11001011 10001111
Octal 115 313 217
Decimal 77 203 143
Hex 4D CB 8F

RGB Percentages of Color #4dcb8f

%18.20
%47.99
%33.81

CMYK Percentages of Color #4dcb8f

%62
%0
%30
%20

Triadic Colors of #4dcb8f

#4dcb8f #8f4dcb #cb8f4d

Analogous Colors of #4dcb8f

#4dcb8f #4dc8cb #4dcb50

Monochromatic Colors of #4dcb8f

#4dcb8f

Complementary Color

#4dcb8f #cb4d89

#4dcb8f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4dcb8f Color Preview on White Background

Lorem ipsum dolor sit amet.

#4dcb8f Color CSS Codes

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

#4dcb8f Text Font Color

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

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


#4dcb8f Background Color

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

This div background color is #4dcb8f


#4dcb8f Border Color

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

This div border color is #4dcb8f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4dcb8f


Comments

No comments written yet.

Please login to write comment.