Color Hex Logo

#4dcdae Color Hex

#4DCDAE
(77,205,174)
0 Favorites   0 Comments

Color spaces of #4dcdae

RGB 77205174
HSL0.460.560.55
HSV165°62°80°
CMYK 0.620.000.15   0.20
XYZ32.531948.296447.6519
Yxy48.29640.25320.3759
Hunter Lab69.4956-38.05897.9928
CIE-Lab75.0115-42.53885.0704

#4dcdae color RGB value is (77,205,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001101 11001101 10101110
Octal 115 315 256
Decimal 77 205 174
Hex 4D CD AE

RGB Percentages of Color #4dcdae

%16.89
%44.96
%38.16

CMYK Percentages of Color #4dcdae

%62
%0
%15
%20

Triadic Colors of #4dcdae

#4dcdae #ae4dcd #cdae4d

Analogous Colors of #4dcdae

#4dcdae #4daccd #4dcd6e

Monochromatic Colors of #4dcdae

#4dcdae

Complementary Color

#4dcdae #cd4d6c

#4dcdae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4dcdae Color Preview on White Background

Lorem ipsum dolor sit amet.

#4dcdae Color CSS Codes

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

#4dcdae Text Font Color

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

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


#4dcdae Background Color

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

This div background color is #4dcdae


#4dcdae Border Color

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

This div border color is #4dcdae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4dcdae


Comments

No comments written yet.

Please login to write comment.