Color Hex Logo

#4dcddf Color Hex

#4DCDDF
(77,205,223)
0 Favorites   0 Comments

Color spaces of #4dcddf

RGB 77205223
HSL0.520.700.59
HSV187°65°87°
CMYK 0.650.080.00   0.13
XYZ38.211250.568177.5587
Yxy50.56810.22970.3040
Hunter Lab71.1113-28.5288-14.8878
CIE-Lab76.4166-29.3241-19.2769

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

#4dcddf hex color red value is 77, green value is 205 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #4dcddf hue: 0.52 , saturation: 0.70 and the lightness value of 4dcddf is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 01001101 11001101 11011111
Octal 115 315 337
Decimal 77 205 223
Hex 4D CD DF

RGB Percentages of Color #4dcddf

%15.25
%40.59
%44.16

CMYK Percentages of Color #4dcddf

%65
%8
%0
%13

Triadic Colors of #4dcddf

#4dcddf #df4dcd #cddf4d

Analogous Colors of #4dcddf

#4dcddf #4d84df #4ddfa8

Monochromatic Colors of #4dcddf

#4dcddf

Complementary Color

#4dcddf #df5f4d

#4dcddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4dcddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#4dcddf Color CSS Codes

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

#4dcddf Text Font Color

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

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


#4dcddf Background Color

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

This div background color is #4dcddf


#4dcddf Border Color

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

This div border color is #4dcddf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4dcddf


Comments

No comments written yet.

Please login to write comment.