Color Hex Logo

#4ddccd Color Hex

#4DDCCD
(77,220,205)
0 Favorites   0 Comments

Color spaces of #4ddccd

RGB 77220205
HSL0.480.670.58
HSV174°65°86°
CMYK 0.650.000.07   0.14
XYZ39.673257.172066.7019
Yxy57.17200.24260.3496
Hunter Lab75.6122-38.66350.6254
CIE-Lab80.2762-41.3126-3.8658

#4ddccd color RGB value is (77,220,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001101 11011100 11001101
Octal 115 334 315
Decimal 77 220 205
Hex 4D DC CD

RGB Percentages of Color #4ddccd

%15.34
%43.82
%40.84

CMYK Percentages of Color #4ddccd

%65
%0
%7
%14

Triadic Colors of #4ddccd

#4ddccd #cd4ddc #dccd4d

Analogous Colors of #4ddccd

#4ddccd #4da4dc #4ddc86

Monochromatic Colors of #4ddccd

#4ddccd

Complementary Color

#4ddccd #dc4d5c

#4ddccd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4ddccd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4ddccd Color CSS Codes

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

#4ddccd Text Font Color

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

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


#4ddccd Background Color

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

This div background color is #4ddccd


#4ddccd Border Color

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

This div border color is #4ddccd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4ddccd


Comments

No comments written yet.

Please login to write comment.