Color Hex Logo

#4eecdc Color Hex

#4EECDC
(78,236,220)
0 Favorites   0 Comments

Color spaces of #4eecdc

RGB 78236220
HSL0.480.810.62
HSV174°67°93°
CMYK 0.670.000.07   0.07
XYZ46.055666.777978.1722
Yxy66.77790.24110.3496
Hunter Lab81.7177-42.40460.4849
CIE-Lab85.3917-44.3115-4.2724

#4eecdc color RGB value is (78,236,220).

#4eecdc hex color red value is 78, green value is 236 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #4eecdc hue: 0.48 , saturation: 0.81 and the lightness value of 4eecdc is 0.62.

The process color (four color CMYK) of #4eecdc color hex is 0.67, 0.00, 0.07, 0.07. Web safe color of #4eecdc is #66ffcc. Color #4eecdc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001110 11101100 11011100
Octal 116 354 334
Decimal 78 236 220
Hex 4E EC DC

RGB Percentages of Color #4eecdc

%14.61
%44.19
%41.20

CMYK Percentages of Color #4eecdc

%67
%0
%7
%7

Triadic Colors of #4eecdc

#4eecdc #dc4eec #ecdc4e

Analogous Colors of #4eecdc

#4eecdc #4eadec #4eec8d

Monochromatic Colors of #4eecdc

#4eecdc

Complementary Color

#4eecdc #ec4e5e

#4eecdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4eecdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4eecdc Color CSS Codes

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

#4eecdc Text Font Color

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

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


#4eecdc Background Color

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

This div background color is #4eecdc


#4eecdc Border Color

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

This div border color is #4eecdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4eecdc


Comments

No comments written yet.

Please login to write comment.