Color Hex Logo

#4dcfdd Color Hex

#4DCFDD
(77,207,221)
0 Favorites   0 Comments

Color spaces of #4dcfdd

RGB 77207221
HSL0.520.680.58
HSV186°65°87°
CMYK 0.650.060.00   0.13
XYZ38.424551.423976.3072
Yxy51.42390.23130.3095
Hunter Lab71.7105-29.8479-12.8933
CIE-Lab76.9351-30.8733-17.4171

#4dcfdd color RGB value is (77,207,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001101 11001111 11011101
Octal 115 317 335
Decimal 77 207 221
Hex 4D CF DD

RGB Percentages of Color #4dcfdd

%15.25
%40.99
%43.76

CMYK Percentages of Color #4dcfdd

%65
%6
%0
%13

Triadic Colors of #4dcfdd

#4dcfdd #dd4dcf #cfdd4d

Analogous Colors of #4dcfdd

#4dcfdd #4d87dd #4ddda3

Monochromatic Colors of #4dcfdd

#4dcfdd

Complementary Color

#4dcfdd #dd5b4d

#4dcfdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4dcfdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4dcfdd Color CSS Codes

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

#4dcfdd Text Font Color

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

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


#4dcfdd Background Color

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

This div background color is #4dcfdd


#4dcfdd Border Color

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

This div border color is #4dcfdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4dcfdd


Comments

No comments written yet.

Please login to write comment.