Color Hex Logo

#4ecdd1 Color Hex

#4ECDD1
(78,205,209)
0 Favorites   0 Comments

Color spaces of #4ecdd1

RGB 78205209
HSL0.510.590.56
HSV182°63°82°
CMYK 0.630.020.00   0.18
XYZ36.481849.885868.0277
Yxy49.88580.23630.3231
Hunter Lab70.6299-31.4033-7.6647
CIE-Lab75.9991-33.1777-12.3582

#4ecdd1 color RGB value is (78,205,209).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001110 11001101 11010001
Octal 116 315 321
Decimal 78 205 209
Hex 4E CD D1

RGB Percentages of Color #4ecdd1

%15.85
%41.67
%42.48

CMYK Percentages of Color #4ecdd1

%63
%2
%0
%18

Triadic Colors of #4ecdd1

#4ecdd1 #d14ecd #cdd14e

Analogous Colors of #4ecdd1

#4ecdd1 #4e8cd1 #4ed194

Monochromatic Colors of #4ecdd1

#4ecdd1

Complementary Color

#4ecdd1 #d1524e

#4ecdd1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4ecdd1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4ecdd1 Color CSS Codes

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

#4ecdd1 Text Font Color

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

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


#4ecdd1 Background Color

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

This div background color is #4ecdd1


#4ecdd1 Border Color

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

This div border color is #4ecdd1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4ecdd1


Comments

No comments written yet.

Please login to write comment.