Color Hex Logo

#4effab Color Hex

#4EFFAB
(78,255,171)
0 Favorites   0 Comments

Color spaces of #4effab

RGB 78255171
HSL0.421.000.65
HSV152°69°100°
CMYK 0.690.000.33   0.00
XYZ46.252676.080050.7752
Yxy76.08000.26720.4395
Hunter Lab87.2238-57.987726.5425
CIE-Lab89.8965-63.169727.4865

#4effab color RGB value is (78,255,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001110 11111111 10101011
Octal 116 377 253
Decimal 78 255 171
Hex 4E FF AB

RGB Percentages of Color #4effab

%15.48
%50.60
%33.93

CMYK Percentages of Color #4effab

%69
%0
%33
%0

Triadic Colors of #4effab

#4effab #ab4eff #ffab4e

Analogous Colors of #4effab

#4effab #4efbff #4eff53

Monochromatic Colors of #4effab

#4effab

Complementary Color

#4effab #ff4ea2

#4effab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4effab Color Preview on White Background

Lorem ipsum dolor sit amet.

#4effab Color CSS Codes

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

#4effab Text Font Color

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

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


#4effab Background Color

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

This div background color is #4effab


#4effab Border Color

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

This div border color is #4effab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4effab

Related Colors


Comments

No comments written yet.

Please login to write comment.