Color Hex Logo

#4dcba8 Color Hex

#4DCBA8
(77,203,168)
0 Favorites   0 Comments

Color spaces of #4dcba8

RGB 77203168
HSL0.450.550.55
HSV163°62°80°
CMYK 0.620.000.17   0.20
XYZ31.484447.116844.4808
Yxy47.11680.25580.3828
Hunter Lab68.6417-38.24909.6284
CIE-Lab74.2644-43.11367.2282

#4dcba8 color RGB value is (77,203,168).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001101 11001011 10101000
Octal 115 313 250
Decimal 77 203 168
Hex 4D CB A8

RGB Percentages of Color #4dcba8

%17.19
%45.31
%37.50

CMYK Percentages of Color #4dcba8

%62
%0
%17
%20

Triadic Colors of #4dcba8

#4dcba8 #a84dcb #cba84d

Analogous Colors of #4dcba8

#4dcba8 #4dafcb #4dcb69

Monochromatic Colors of #4dcba8

#4dcba8

Complementary Color

#4dcba8 #cb4d70

#4dcba8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4dcba8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4dcba8 Color CSS Codes

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

#4dcba8 Text Font Color

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

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


#4dcba8 Background Color

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

This div background color is #4dcba8


#4dcba8 Border Color

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

This div border color is #4dcba8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4dcba8


Comments

No comments written yet.

Please login to write comment.