Color Hex Logo

#4dddcd Color Hex

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

Color spaces of #4dddcd

RGB 77221205
HSL0.480.680.58
HSV173°65°87°
CMYK 0.650.000.07   0.13
XYZ39.936557.698566.7897
Yxy57.69850.24290.3509
Hunter Lab75.9595-39.08101.0392
CIE-Lab80.5709-41.7578-3.4323

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

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

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

Base Numbers

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

RGB Percentages of Color #4dddcd

%15.31
%43.94
%40.76

CMYK Percentages of Color #4dddcd

%65
%0
%7
%13

Triadic Colors of #4dddcd

#4dddcd #cd4ddd #ddcd4d

Analogous Colors of #4dddcd

#4dddcd #4da5dd #4ddd85

Monochromatic Colors of #4dddcd

#4dddcd

Complementary Color

#4dddcd #dd4d5d

#4dddcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4dddcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4dddcd Color CSS Codes

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

#4dddcd Text Font Color

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

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


#4dddcd Background Color

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

This div background color is #4dddcd


#4dddcd Border Color

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

This div border color is #4dddcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4dddcd

#4dddcd Color Palettes


Comments

No comments written yet.

Please login to write comment.