Color Hex Logo

#4eeeaa Color Hex

#4EEEAA
(78,238,170)
0 Favorites   0 Comments

Color spaces of #4eeeaa

RGB 78238170
HSL0.430.820.62
HSV155°67°93°
CMYK 0.670.000.29   0.07
XYZ40.972165.671148.5465
Yxy65.67110.26400.4232
Hunter Lab81.0377-51.567621.2081
CIE-Lab84.8284-56.899621.0517

#4eeeaa color RGB value is (78,238,170).

#4eeeaa hex color red value is 78, green value is 238 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #4eeeaa hue: 0.43 , saturation: 0.82 and the lightness value of 4eeeaa is 0.62.

The process color (four color CMYK) of #4eeeaa color hex is 0.67, 0.00, 0.29, 0.07. Web safe color of #4eeeaa is #66ff99. Color #4eeeaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001110 11101110 10101010
Octal 116 356 252
Decimal 78 238 170
Hex 4E EE AA

RGB Percentages of Color #4eeeaa

%16.05
%48.97
%34.98

CMYK Percentages of Color #4eeeaa

%67
%0
%29
%7

Triadic Colors of #4eeeaa

#4eeeaa #aa4eee #eeaa4e

Analogous Colors of #4eeeaa

#4eeeaa #4ee2ee #4eee5a

Monochromatic Colors of #4eeeaa

#4eeeaa

Complementary Color

#4eeeaa #ee4e92

#4eeeaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4eeeaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#4eeeaa Color CSS Codes

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

#4eeeaa Text Font Color

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

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


#4eeeaa Background Color

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

This div background color is #4eeeaa


#4eeeaa Border Color

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

This div border color is #4eeeaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4eeeaa


Comments

No comments written yet.

Please login to write comment.