Color Hex Logo

#4dcacb Color Hex

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

Color spaces of #4dcacb

RGB 77202203
HSL0.500.550.55
HSV180°62°80°
CMYK 0.620.000.00   0.20
XYZ34.960648.130663.9474
Yxy48.13060.23780.3273
Hunter Lab69.3762-31.4573-6.0871
CIE-Lab74.9072-33.5937-10.7516

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

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

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

Base Numbers

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

RGB Percentages of Color #4dcacb

%15.98
%41.91
%42.12

CMYK Percentages of Color #4dcacb

%62
%0
%0
%20

Triadic Colors of #4dcacb

#4dcacb #cb4dca #cacb4d

Analogous Colors of #4dcacb

#4dcacb #4d8bcb #4dcb8d

Monochromatic Colors of #4dcacb

#4dcacb

Complementary Color

#4dcacb #cb4e4d

#4dcacb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4dcacb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4dcacb Color CSS Codes

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

#4dcacb Text Font Color

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

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


#4dcacb Background Color

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

This div background color is #4dcacb


#4dcacb Border Color

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

This div border color is #4dcacb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4dcacb


Comments

No comments written yet.

Please login to write comment.