Color Hex Logo

#4dcbc5 Color Hex

#4DCBC5
(77,203,197)
0 Favorites   0 Comments

Color spaces of #4dcbc5

RGB 77203197
HSL0.490.550.55
HSV177°62°80°
CMYK 0.620.000.03   0.20
XYZ34.494548.320960.3321
Yxy48.32090.24100.3376
Hunter Lab69.5132-33.0712-2.7999
CIE-Lab75.0269-35.7087-7.3276

#4dcbc5 color RGB value is (77,203,197).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001101 11001011 11000101
Octal 115 313 305
Decimal 77 203 197
Hex 4D CB C5

RGB Percentages of Color #4dcbc5

%16.14
%42.56
%41.30

CMYK Percentages of Color #4dcbc5

%62
%0
%3
%20

Triadic Colors of #4dcbc5

#4dcbc5 #c54dcb #cbc54d

Analogous Colors of #4dcbc5

#4dcbc5 #4d92cb #4dcb86

Monochromatic Colors of #4dcbc5

#4dcbc5

Complementary Color

#4dcbc5 #cb4d53

#4dcbc5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4dcbc5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4dcbc5 Color CSS Codes

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

#4dcbc5 Text Font Color

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

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


#4dcbc5 Background Color

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

This div background color is #4dcbc5


#4dcbc5 Border Color

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

This div border color is #4dcbc5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4dcbc5


Comments

No comments written yet.

Please login to write comment.