Color Hex Logo

#4edec7 Color Hex

#4EDEC7
(78,222,199)
0 Favorites   0 Comments

Color spaces of #4edec7

RGB 78222199
HSL0.470.690.59
HSV170°65°87°
CMYK 0.650.000.10   0.13
XYZ39.572057.985863.1395
Yxy57.98580.24630.3608
Hunter Lab76.1484-40.49874.1428
CIE-Lab80.7309-43.5903-0.0025

#4edec7 color RGB value is (78,222,199).

#4edec7 hex color red value is 78, green value is 222 and the blue value of its RGB is 199. Cylindrical-coordinate representations (also known as HSL) of color #4edec7 hue: 0.47 , saturation: 0.69 and the lightness value of 4edec7 is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 01001110 11011110 11000111
Octal 116 336 307
Decimal 78 222 199
Hex 4E DE C7

RGB Percentages of Color #4edec7

%15.63
%44.49
%39.88

CMYK Percentages of Color #4edec7

%65
%0
%10
%13

Triadic Colors of #4edec7

#4edec7 #c74ede #dec74e

Analogous Colors of #4edec7

#4edec7 #4eadde #4ede7f

Monochromatic Colors of #4edec7

#4edec7

Complementary Color

#4edec7 #de4e65

#4edec7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4edec7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4edec7 Color CSS Codes

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

#4edec7 Text Font Color

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

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


#4edec7 Background Color

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

This div background color is #4edec7


#4edec7 Border Color

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

This div border color is #4edec7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4edec7


Comments

No comments written yet.

Please login to write comment.