Color Hex Logo

#4edcbe Color Hex

#4EDCBE
(78,220,190)
0 Favorites   0 Comments

Color spaces of #4edcbe

RGB 78220190
HSL0.460.670.58
HSV167°65°86°
CMYK 0.650.000.14   0.14
XYZ38.029356.523857.6210
Yxy56.52380.24990.3714
Hunter Lab75.1823-41.27887.1868
CIE-Lab79.9110-44.97243.5917

#4edcbe color RGB value is (78,220,190).

#4edcbe hex color red value is 78, green value is 220 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #4edcbe hue: 0.46 , saturation: 0.67 and the lightness value of 4edcbe is 0.58.

The process color (four color CMYK) of #4edcbe color hex is 0.65, 0.00, 0.14, 0.14. Web safe color of #4edcbe is #66cccc. Color #4edcbe contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001110 11011100 10111110
Octal 116 334 276
Decimal 78 220 190
Hex 4E DC BE

RGB Percentages of Color #4edcbe

%15.98
%45.08
%38.93

CMYK Percentages of Color #4edcbe

%65
%0
%14
%14

Triadic Colors of #4edcbe

#4edcbe #be4edc #dcbe4e

Analogous Colors of #4edcbe

#4edcbe #4eb3dc #4edc77

Monochromatic Colors of #4edcbe

#4edcbe

Complementary Color

#4edcbe #dc4e6c

#4edcbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4edcbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#4edcbe Color CSS Codes

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

#4edcbe Text Font Color

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

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


#4edcbe Background Color

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

This div background color is #4edcbe


#4edcbe Border Color

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

This div border color is #4edcbe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(78,220,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 #4edcbe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4edcbe


Comments

No comments written yet.

Please login to write comment.