Color Hex Logo

#4dd1ce Color Hex

#4DD1CE
(77,209,206)
0 Favorites   0 Comments

Color spaces of #4dd1ce

RGB 77209206
HSL0.500.590.56
HSV179°63°82°
CMYK 0.630.000.01   0.18
XYZ37.001651.634966.4089
Yxy51.63490.23870.3330
Hunter Lab71.8574-33.8354-4.4942
CIE-Lab77.0620-36.0415-9.1585

#4dd1ce color RGB value is (77,209,206).

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

The process color (four color CMYK) of #4dd1ce color hex is 0.63, 0.00, 0.01, 0.18. Web safe color of #4dd1ce is #66cccc. Color #4dd1ce contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001101 11010001 11001110
Octal 115 321 316
Decimal 77 209 206
Hex 4D D1 CE

RGB Percentages of Color #4dd1ce

%15.65
%42.48
%41.87

CMYK Percentages of Color #4dd1ce

%63
%0
%1
%18

Triadic Colors of #4dd1ce

#4dd1ce #ce4dd1 #d1ce4d

Analogous Colors of #4dd1ce

#4dd1ce #4d92d1 #4dd18c

Monochromatic Colors of #4dd1ce

#4dd1ce

Complementary Color

#4dd1ce #d14d50

#4dd1ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4dd1ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#4dd1ce Color CSS Codes

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

#4dd1ce Text Font Color

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

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


#4dd1ce Background Color

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

This div background color is #4dd1ce


#4dd1ce Border Color

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

This div border color is #4dd1ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4dd1ce


Comments

No comments written yet.

Please login to write comment.