Color Hex Logo

#4ef1ab Color Hex

#4EF1AB
(78,241,171)
0 Favorites   0 Comments

Color spaces of #4ef1ab

RGB 78241171
HSL0.430.850.63
HSV154°68°95°
CMYK 0.680.000.29   0.05
XYZ41.947967.470649.3403
Yxy67.47060.26420.4250
Hunter Lab82.1405-52.588621.8839
CIE-Lab85.7410-57.858521.7970

#4ef1ab color RGB value is (78,241,171).

#4ef1ab hex color red value is 78, green value is 241 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #4ef1ab hue: 0.43 , saturation: 0.85 and the lightness value of 4ef1ab is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 01001110 11110001 10101011
Octal 116 361 253
Decimal 78 241 171
Hex 4E F1 AB

RGB Percentages of Color #4ef1ab

%15.92
%49.18
%34.90

CMYK Percentages of Color #4ef1ab

%68
%0
%29
%5

Triadic Colors of #4ef1ab

#4ef1ab #ab4ef1 #f1ab4e

Analogous Colors of #4ef1ab

#4ef1ab #4ee6f1 #4ef15a

Monochromatic Colors of #4ef1ab

#4ef1ab

Complementary Color

#4ef1ab #f14e94

#4ef1ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4ef1ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#4ef1ab Color CSS Codes

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

#4ef1ab Text Font Color

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

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


#4ef1ab Background Color

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

This div background color is #4ef1ab


#4ef1ab Border Color

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

This div border color is #4ef1ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4ef1ab


Comments

No comments written yet.

Please login to write comment.