Color Hex Logo

#4ecfc2 Color Hex

#4ECFC2
(78,207,194)
0 Favorites   0 Comments

Color spaces of #4ecfc2

RGB 78207194
HSL0.480.570.56
HSV174°62°81°
CMYK 0.620.000.06   0.19
XYZ35.192350.140458.8622
Yxy50.14040.24410.3477
Hunter Lab70.8099-35.20330.2809
CIE-Lab76.1554-38.1839-4.0369

#4ecfc2 color RGB value is (78,207,194).

#4ecfc2 hex color red value is 78, green value is 207 and the blue value of its RGB is 194. Cylindrical-coordinate representations (also known as HSL) of color #4ecfc2 hue: 0.48 , saturation: 0.57 and the lightness value of 4ecfc2 is 0.56.

The process color (four color CMYK) of #4ecfc2 color hex is 0.62, 0.00, 0.06, 0.19. Web safe color of #4ecfc2 is #66cccc. Color #4ecfc2 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001110 11001111 11000010
Octal 116 317 302
Decimal 78 207 194
Hex 4E CF C2

RGB Percentages of Color #4ecfc2

%16.28
%43.22
%40.50

CMYK Percentages of Color #4ecfc2

%62
%0
%6
%19

Triadic Colors of #4ecfc2

#4ecfc2 #c24ecf #cfc24e

Analogous Colors of #4ecfc2

#4ecfc2 #4e9ccf #4ecf82

Monochromatic Colors of #4ecfc2

#4ecfc2

Complementary Color

#4ecfc2 #cf4e5b

#4ecfc2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4ecfc2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4ecfc2 Color CSS Codes

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

#4ecfc2 Text Font Color

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

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


#4ecfc2 Background Color

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

This div background color is #4ecfc2


#4ecfc2 Border Color

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

This div border color is #4ecfc2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4ecfc2


Comments

No comments written yet.

Please login to write comment.