Color Hex Logo

#4dc3cd Color Hex

#4DC3CD
(77,195,205)
0 Favorites   0 Comments

Color spaces of #4dc3cd

RGB 77195205
HSL0.510.560.55
HSV185°62°80°
CMYK 0.620.050.00   0.20
XYZ33.595145.015864.6759
Yxy45.01580.23450.3142
Hunter Lab67.0938-28.0360-10.1876
CIE-Lab72.9023-29.6780-14.8420

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001101 11000011 11001101
Octal 115 303 315
Decimal 77 195 205
Hex 4D C3 CD

RGB Percentages of Color #4dc3cd

%16.14
%40.88
%42.98

CMYK Percentages of Color #4dc3cd

%62
%5
%0
%20

Triadic Colors of #4dc3cd

#4dc3cd #cd4dc3 #c3cd4d

Analogous Colors of #4dc3cd

#4dc3cd #4d83cd #4dcd97

Monochromatic Colors of #4dc3cd

#4dc3cd

Complementary Color

#4dc3cd #cd574d

#4dc3cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4dc3cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4dc3cd Color CSS Codes

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

#4dc3cd Text Font Color

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

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


#4dc3cd Background Color

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

This div background color is #4dc3cd


#4dc3cd Border Color

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

This div border color is #4dc3cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4dc3cd


Comments

No comments written yet.

Please login to write comment.