Color Hex Logo

#4efead Color Hex

#4EFEAD
(78,254,173)
0 Favorites   0 Comments

Color spaces of #4efead

RGB 78254173
HSL0.420.990.65
HSV152°69°100°
CMYK 0.690.000.32   0.00
XYZ46.126575.520551.6810
Yxy75.52050.26610.4357
Hunter Lab86.9025-57.334425.5720
CIE-Lab89.6362-62.405726.1210

#4efead color RGB value is (78,254,173).

#4efead hex color red value is 78, green value is 254 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #4efead hue: 0.42 , saturation: 0.99 and the lightness value of 4efead is 0.65.

The process color (four color CMYK) of #4efead color hex is 0.69, 0.00, 0.32, 0.00. Web safe color of #4efead is #66ff99. Color #4efead contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001110 11111110 10101101
Octal 116 376 255
Decimal 78 254 173
Hex 4E FE AD

RGB Percentages of Color #4efead

%15.45
%50.30
%34.26

CMYK Percentages of Color #4efead

%69
%0
%32
%0

Triadic Colors of #4efead

#4efead #ad4efe #fead4e

Analogous Colors of #4efead

#4efead #4ef7fe #4efe55

Monochromatic Colors of #4efead

#4efead

Complementary Color

#4efead #fe4e9f

#4efead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4efead Color Preview on White Background

Lorem ipsum dolor sit amet.

#4efead Color CSS Codes

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

#4efead Text Font Color

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

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


#4efead Background Color

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

This div background color is #4efead


#4efead Border Color

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

This div border color is #4efead


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4efead

Related Colors


Comments

No comments written yet.

Please login to write comment.