Color Hex Logo

#4eccbe Color Hex

#4ECCBE
(78,204,190)
0 Favorites   0 Comments

Color spaces of #4eccbe

RGB 78204190
HSL0.480.550.55
HSV173°62°80°
CMYK 0.620.000.07   0.20
XYZ34.029048.523156.2876
Yxy48.52310.24510.3495
Hunter Lab69.6585-34.70310.8517
CIE-Lab75.1537-37.8668-3.3530

#4eccbe color RGB value is (78,204,190).

#4eccbe hex color red value is 78, green value is 204 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #4eccbe hue: 0.48 , saturation: 0.55 and the lightness value of 4eccbe is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 01001110 11001100 10111110
Octal 116 314 276
Decimal 78 204 190
Hex 4E CC BE

RGB Percentages of Color #4eccbe

%16.53
%43.22
%40.25

CMYK Percentages of Color #4eccbe

%62
%0
%7
%20

Triadic Colors of #4eccbe

#4eccbe #be4ecc #ccbe4e

Analogous Colors of #4eccbe

#4eccbe #4e9bcc #4ecc7f

Monochromatic Colors of #4eccbe

#4eccbe

Complementary Color

#4eccbe #cc4e5c

#4eccbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4eccbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#4eccbe Color CSS Codes

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

#4eccbe Text Font Color

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

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


#4eccbe Background Color

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

This div background color is #4eccbe


#4eccbe Border Color

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

This div border color is #4eccbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4eccbe


Comments

No comments written yet.

Please login to write comment.