Color Hex Logo

#4eefaf Color Hex

#4EEFAF
(78,239,175)
0 Favorites   0 Comments

Color spaces of #4eefaf

RGB 78239175
HSL0.430.830.62
HSV156°67°94°
CMYK 0.670.000.27   0.06
XYZ41.746366.447951.1829
Yxy66.44790.26190.4169
Hunter Lab81.5156-51.237719.8332
CIE-Lab85.2244-56.242319.0172

#4eefaf color RGB value is (78,239,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001110 11101111 10101111
Octal 116 357 257
Decimal 78 239 175
Hex 4E EF AF

RGB Percentages of Color #4eefaf

%15.85
%48.58
%35.57

CMYK Percentages of Color #4eefaf

%67
%0
%27
%6

Triadic Colors of #4eefaf

#4eefaf #af4eef #efaf4e

Analogous Colors of #4eefaf

#4eefaf #4edfef #4eef5f

Monochromatic Colors of #4eefaf

#4eefaf

Complementary Color

#4eefaf #ef4e8e

#4eefaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4eefaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#4eefaf Color CSS Codes

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

#4eefaf Text Font Color

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

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


#4eefaf Background Color

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

This div background color is #4eefaf


#4eefaf Border Color

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

This div border color is #4eefaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4eefaf


Comments

No comments written yet.

Please login to write comment.