Color Hex Logo

#4dedcc Color Hex

#4DEDCC
(77,237,204)
0 Favorites   0 Comments

Color spaces of #4dedcc

RGB 77237204
HSL0.470.820.62
HSV168°68°93°
CMYK 0.680.000.14   0.07
XYZ44.243866.505867.6317
Yxy66.50580.24800.3728
Hunter Lab81.5511-45.87307.9156
CIE-Lab85.2538-48.93603.9305

#4dedcc color RGB value is (77,237,204).

#4dedcc hex color red value is 77, green value is 237 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #4dedcc hue: 0.47 , saturation: 0.82 and the lightness value of 4dedcc is 0.62.

The process color (four color CMYK) of #4dedcc color hex is 0.68, 0.00, 0.14, 0.07. Web safe color of #4dedcc is #66ffcc. Color #4dedcc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001101 11101101 11001100
Octal 115 355 314
Decimal 77 237 204
Hex 4D ED CC

RGB Percentages of Color #4dedcc

%14.86
%45.75
%39.38

CMYK Percentages of Color #4dedcc

%68
%0
%14
%7

Triadic Colors of #4dedcc

#4dedcc #cc4ded #edcc4d

Analogous Colors of #4dedcc

#4dedcc #4dbeed #4ded7c

Monochromatic Colors of #4dedcc

#4dedcc

Complementary Color

#4dedcc #ed4d6e

#4dedcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4dedcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4dedcc Color CSS Codes

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

#4dedcc Text Font Color

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

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


#4dedcc Background Color

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

This div background color is #4dedcc


#4dedcc Border Color

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

This div border color is #4dedcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4dedcc


Comments

No comments written yet.

Please login to write comment.