Color Hex Logo

#4ecdf6 Color Hex

#4ECDF6
(78,205,246)
0 Favorites   0 Comments

Color spaces of #4ecdf6

RGB 78205246
HSL0.540.900.64
HSV195°68°96°
CMYK 0.680.170.00   0.04
XYZ41.607851.936295.0205
Yxy51.93620.22070.2754
Hunter Lab72.0668-23.0598-27.7275
CIE-Lab77.2427-22.2592-30.3610

#4ecdf6 color RGB value is (78,205,246).

#4ecdf6 hex color red value is 78, green value is 205 and the blue value of its RGB is 246. Cylindrical-coordinate representations (also known as HSL) of color #4ecdf6 hue: 0.54 , saturation: 0.90 and the lightness value of 4ecdf6 is 0.64.

The process color (four color CMYK) of #4ecdf6 color hex is 0.68, 0.17, 0.00, 0.04. Web safe color of #4ecdf6 is #66ccff. Color #4ecdf6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001110 11001101 11110110
Octal 116 315 366
Decimal 78 205 246
Hex 4E CD F6

RGB Percentages of Color #4ecdf6

%14.74
%38.75
%46.50

CMYK Percentages of Color #4ecdf6

%68
%17
%0
%4

Triadic Colors of #4ecdf6

#4ecdf6 #f64ecd #cdf64e

Analogous Colors of #4ecdf6

#4ecdf6 #4e79f6 #4ef6cb

Monochromatic Colors of #4ecdf6

#4ecdf6

Complementary Color

#4ecdf6 #f6774e

#4ecdf6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4ecdf6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4ecdf6 Color CSS Codes

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

#4ecdf6 Text Font Color

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

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


#4ecdf6 Background Color

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

This div background color is #4ecdf6


#4ecdf6 Border Color

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

This div border color is #4ecdf6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4ecdf6


Comments

No comments written yet.

Please login to write comment.