Color Hex Logo

#4dcedc Color Hex

#4DCEDC
(77,206,220)
0 Favorites   0 Comments

Color spaces of #4dcedc

RGB 77206220
HSL0.520.670.58
HSV186°65°86°
CMYK 0.650.060.00   0.14
XYZ38.050150.887775.5270
Yxy50.88770.23140.3094
Hunter Lab71.3356-29.6262-12.8387
CIE-Lab76.6109-30.6808-17.3684

#4dcedc color RGB value is (77,206,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001101 11001110 11011100
Octal 115 316 334
Decimal 77 206 220
Hex 4D CE DC

RGB Percentages of Color #4dcedc

%15.31
%40.95
%43.74

CMYK Percentages of Color #4dcedc

%65
%6
%0
%14

Triadic Colors of #4dcedc

#4dcedc #dc4dce #cedc4d

Analogous Colors of #4dcedc

#4dcedc #4d87dc #4ddca3

Monochromatic Colors of #4dcedc

#4dcedc

Complementary Color

#4dcedc #dc5b4d

#4dcedc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4dcedc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4dcedc Color CSS Codes

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

#4dcedc Text Font Color

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

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


#4dcedc Background Color

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

This div background color is #4dcedc


#4dcedc Border Color

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

This div border color is #4dcedc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4dcedc


Comments

No comments written yet.

Please login to write comment.