Color Hex Logo

#4ececc Color Hex

#4ECECC
(78,206,204)
0 Favorites   0 Comments

Color spaces of #4ececc

RGB 78206204
HSL0.500.570.56
HSV179°62°81°
CMYK 0.620.000.01   0.19
XYZ36.112350.121964.8979
Yxy50.12190.23890.3316
Hunter Lab70.7968-32.8445-4.7921
CIE-Lab76.1440-35.0333-9.4450

#4ececc color RGB value is (78,206,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001110 11001110 11001100
Octal 116 316 314
Decimal 78 206 204
Hex 4E CE CC

RGB Percentages of Color #4ececc

%15.98
%42.21
%41.80

CMYK Percentages of Color #4ececc

%62
%0
%1
%19

Triadic Colors of #4ececc

#4ececc #cc4ece #cecc4e

Analogous Colors of #4ececc

#4ececc #4e90ce #4ece8c

Monochromatic Colors of #4ececc

#4ececc

Complementary Color

#4ececc #ce4e50

#4ececc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4ececc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4ececc Color CSS Codes

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

#4ececc Text Font Color

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

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


#4ececc Background Color

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

This div background color is #4ececc


#4ececc Border Color

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

This div border color is #4ececc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4ececc


Comments

No comments written yet.

Please login to write comment.