Color Hex Logo

#4dcdce Color Hex

#4DCDCE
(77,205,206)
0 Favorites   0 Comments

Color spaces of #4dcdce

RGB 77205206
HSL0.500.570.55
HSV180°63°81°
CMYK 0.630.000.00   0.19
XYZ36.032549.696766.0858
Yxy49.69670.23730.3274
Hunter Lab70.4959-32.1313-6.2338
CIE-Lab75.8827-34.1739-10.9162

#4dcdce color RGB value is (77,205,206).

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

The process color (four color CMYK) of #4dcdce color hex is 0.63, 0.00, 0.00, 0.19. Web safe color of #4dcdce is #66cccc. Color #4dcdce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001101 11001101 11001110
Octal 115 315 316
Decimal 77 205 206
Hex 4D CD CE

RGB Percentages of Color #4dcdce

%15.78
%42.01
%42.21

CMYK Percentages of Color #4dcdce

%63
%0
%0
%19

Triadic Colors of #4dcdce

#4dcdce #ce4dcd #cdce4d

Analogous Colors of #4dcdce

#4dcdce #4d8dce #4dce8f

Monochromatic Colors of #4dcdce

#4dcdce

Complementary Color

#4dcdce #ce4e4d

#4dcdce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4dcdce Color Preview on White Background

Lorem ipsum dolor sit amet.

#4dcdce Color CSS Codes

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

#4dcdce Text Font Color

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

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


#4dcdce Background Color

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

This div background color is #4dcdce


#4dcdce Border Color

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

This div border color is #4dcdce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4dcdce


Comments

No comments written yet.

Please login to write comment.