Color Hex Logo

#4dcacd Color Hex

#4DCACD
(77,202,205)
0 Favorites   0 Comments

Color spaces of #4dcacd

RGB 77202205
HSL0.500.560.55
HSV181°62°80°
CMYK 0.620.010.00   0.20
XYZ35.200548.226665.2110
Yxy48.22660.23680.3245
Hunter Lab69.4454-31.0513-7.0631
CIE-Lab74.9676-33.0365-11.7435

#4dcacd color RGB value is (77,202,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001101 11001010 11001101
Octal 115 312 315
Decimal 77 202 205
Hex 4D CA CD

RGB Percentages of Color #4dcacd

%15.91
%41.74
%42.36

CMYK Percentages of Color #4dcacd

%62
%1
%0
%20

Triadic Colors of #4dcacd

#4dcacd #cd4dca #cacd4d

Analogous Colors of #4dcacd

#4dcacd #4d8acd #4dcd90

Monochromatic Colors of #4dcacd

#4dcacd

Complementary Color

#4dcacd #cd504d

#4dcacd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4dcacd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4dcacd Color CSS Codes

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

#4dcacd Text Font Color

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

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


#4dcacd Background Color

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

This div background color is #4dcacd


#4dcacd Border Color

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

This div border color is #4dcacd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4dcacd


Comments

No comments written yet.

Please login to write comment.