Color Hex Logo

#4dcdcd Color Hex

#4DCDCD
(77,205,205)
0 Favorites   0 Comments

Color spaces of #4dcdcd

RGB 77205205
HSL0.500.560.55
HSV180°62°80°
CMYK 0.620.000.00   0.20
XYZ35.911349.648265.4479
Yxy49.64820.23780.3288
Hunter Lab70.4615-32.3335-5.7483
CIE-Lab75.8528-34.4512-10.4212

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

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

The process color (four color CMYK) of #4dcdcd color hex is 0.62, 0.00, 0.00, 0.20. Web safe color of #4dcdcd is #66cccc. Color #4dcdcd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001101 11001101 11001101
Octal 115 315 315
Decimal 77 205 205
Hex 4D CD CD

RGB Percentages of Color #4dcdcd

%15.81
%42.09
%42.09

CMYK Percentages of Color #4dcdcd

%62
%0
%0
%20

Triadic Colors of #4dcdcd

#4dcdcd #cd4dcd #cdcd4d

Analogous Colors of #4dcdcd

#4dcdcd #4d8dcd #4dcd8d

Monochromatic Colors of #4dcdcd

#4dcdcd

Complementary Color

#4dcdcd #cd4d4d

#4dcdcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4dcdcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4dcdcd Color CSS Codes

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

#4dcdcd Text Font Color

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

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


#4dcdcd Background Color

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

This div background color is #4dcdcd


#4dcdcd Border Color

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

This div border color is #4dcdcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4dcdcd

#4dcdcd Color Palettes


Comments

No comments written yet.

Please login to write comment.