Color Hex Logo

#4dcddd Color Hex

#4DCDDD
(77,205,221)
0 Favorites   0 Comments

Color spaces of #4dcddd

RGB 77205221
HSL0.520.680.58
HSV187°65°87°
CMYK 0.650.070.00   0.13
XYZ37.943050.460976.1467
Yxy50.46090.23060.3067
Hunter Lab71.0358-28.9689-13.8307
CIE-Lab76.3513-29.9078-18.2990

#4dcddd color RGB value is (77,205,221).

#4dcddd hex color red value is 77, green value is 205 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #4dcddd hue: 0.52 , saturation: 0.68 and the lightness value of 4dcddd is 0.58.

The process color (four color CMYK) of #4dcddd color hex is 0.65, 0.07, 0.00, 0.13. Web safe color of #4dcddd is #66cccc. Color #4dcddd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001101 11001101 11011101
Octal 115 315 335
Decimal 77 205 221
Hex 4D CD DD

RGB Percentages of Color #4dcddd

%15.31
%40.76
%43.94

CMYK Percentages of Color #4dcddd

%65
%7
%0
%13

Triadic Colors of #4dcddd

#4dcddd #dd4dcd #cddd4d

Analogous Colors of #4dcddd

#4dcddd #4d85dd #4ddda5

Monochromatic Colors of #4dcddd

#4dcddd

Complementary Color

#4dcddd #dd5d4d

#4dcddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4dcddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4dcddd Color CSS Codes

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

#4dcddd Text Font Color

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

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


#4dcddd Background Color

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

This div background color is #4dcddd


#4dcddd Border Color

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

This div border color is #4dcddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4dcddd


Comments

No comments written yet.

Please login to write comment.