Color Hex Logo

#4dcecd Color Hex

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

Color spaces of #4dcecd

RGB 77206205
HSL0.500.570.55
HSV180°63°81°
CMYK 0.630.000.00   0.19
XYZ36.151350.128265.5279
Yxy50.12820.23810.3302
Hunter Lab70.8013-32.7597-5.3131
CIE-Lab76.1479-34.9196-9.9812

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

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

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

Base Numbers

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

RGB Percentages of Color #4dcecd

%15.78
%42.21
%42.01

CMYK Percentages of Color #4dcecd

%63
%0
%0
%19

Triadic Colors of #4dcecd

#4dcecd #cd4dce #cecd4d

Analogous Colors of #4dcecd

#4dcecd #4d8fce #4dce8d

Monochromatic Colors of #4dcecd

#4dcecd

Complementary Color

#4dcecd #ce4d4e

#4dcecd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4dcecd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4dcecd Color CSS Codes

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

#4dcecd Text Font Color

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

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


#4dcecd Background Color

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

This div background color is #4dcecd


#4dcecd Border Color

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

This div border color is #4dcecd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(77,206,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 #4dcecd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4dcecd


Comments

No comments written yet.

Please login to write comment.