Color Hex Logo

#4dcbca Color Hex

#4DCBCA
(77,203,202)
0 Favorites   0 Comments

Color spaces of #4dcbca

RGB 77203202
HSL0.500.550.55
HSV180°62°80°
CMYK 0.620.000.00   0.20
XYZ35.077248.553963.4002
Yxy48.55390.23860.3302
Hunter Lab69.6806-32.0843-5.1697
CIE-Lab75.1730-34.3413-9.8144

#4dcbca color RGB value is (77,203,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001101 11001011 11001010
Octal 115 313 312
Decimal 77 203 202
Hex 4D CB CA

RGB Percentages of Color #4dcbca

%15.98
%42.12
%41.91

CMYK Percentages of Color #4dcbca

%62
%0
%0
%20

Triadic Colors of #4dcbca

#4dcbca #ca4dcb #cbca4d

Analogous Colors of #4dcbca

#4dcbca #4d8dcb #4dcb8b

Monochromatic Colors of #4dcbca

#4dcbca

Complementary Color

#4dcbca #cb4d4e

#4dcbca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4dcbca Color Preview on White Background

Lorem ipsum dolor sit amet.

#4dcbca Color CSS Codes

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

#4dcbca Text Font Color

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

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


#4dcbca Background Color

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

This div background color is #4dcbca


#4dcbca Border Color

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

This div border color is #4dcbca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4dcbca


Comments

No comments written yet.

Please login to write comment.