Color Hex Logo

#4effac Color Hex

#4EFFAC
(78,255,172)
0 Favorites   0 Comments

Color spaces of #4effac

RGB 78255172
HSL0.421.000.65
HSV152°69°100°
CMYK 0.690.000.33   0.00
XYZ46.348376.118351.2792
Yxy76.11830.26680.4381
Hunter Lab87.2458-57.854126.2240
CIE-Lab89.9142-62.975227.0057

#4effac color RGB value is (78,255,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001110 11111111 10101100
Octal 116 377 254
Decimal 78 255 172
Hex 4E FF AC

RGB Percentages of Color #4effac

%15.45
%50.50
%34.06

CMYK Percentages of Color #4effac

%69
%0
%33
%0

Triadic Colors of #4effac

#4effac #ac4eff #ffac4e

Analogous Colors of #4effac

#4effac #4efaff #4eff54

Monochromatic Colors of #4effac

#4effac

Complementary Color

#4effac #ff4ea1

#4effac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4effac Color Preview on White Background

Lorem ipsum dolor sit amet.

#4effac Color CSS Codes

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

#4effac Text Font Color

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

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


#4effac Background Color

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

This div background color is #4effac


#4effac Border Color

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

This div border color is #4effac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4effac


Comments

No comments written yet.

Please login to write comment.