Color Hex Logo

#4efeaa Color Hex

#4EFEAA
(78,254,170)
0 Favorites   0 Comments

Color spaces of #4efeaa

RGB 78254170
HSL0.420.990.65
HSV151°69°100°
CMYK 0.690.000.33   0.00
XYZ45.839475.405650.1690
Yxy75.40560.26740.4399
Hunter Lab86.8364-57.736726.5312
CIE-Lab89.5826-62.991627.5651

#4efeaa color RGB value is (78,254,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001110 11111110 10101010
Octal 116 376 252
Decimal 78 254 170
Hex 4E FE AA

RGB Percentages of Color #4efeaa

%15.54
%50.60
%33.86

CMYK Percentages of Color #4efeaa

%69
%0
%33
%0

Triadic Colors of #4efeaa

#4efeaa #aa4efe #feaa4e

Analogous Colors of #4efeaa

#4efeaa #4efafe #4efe52

Monochromatic Colors of #4efeaa

#4efeaa

Complementary Color

#4efeaa #fe4ea2

#4efeaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4efeaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#4efeaa Color CSS Codes

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

#4efeaa Text Font Color

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

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


#4efeaa Background Color

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

This div background color is #4efeaa


#4efeaa Border Color

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

This div border color is #4efeaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4efeaa


Comments

No comments written yet.

Please login to write comment.