Color Hex Logo

#4fe2be Color Hex

#4FE2BE
(79,226,190)
0 Favorites   0 Comments

Color spaces of #4fe2be

RGB 79226190
HSL0.460.720.60
HSV165°65°89°
CMYK 0.650.000.16   0.11
XYZ39.715159.772758.1593
Yxy59.77270.25190.3792
Hunter Lab77.3128-43.60319.5175
CIE-Lab81.7145-47.38046.1990

#4fe2be color RGB value is (79,226,190).

#4fe2be hex color red value is 79, green value is 226 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #4fe2be hue: 0.46 , saturation: 0.72 and the lightness value of 4fe2be is 0.60.

The process color (four color CMYK) of #4fe2be color hex is 0.65, 0.00, 0.16, 0.11. Web safe color of #4fe2be is #66cccc. Color #4fe2be contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001111 11100010 10111110
Octal 117 342 276
Decimal 79 226 190
Hex 4F E2 BE

RGB Percentages of Color #4fe2be

%15.96
%45.66
%38.38

CMYK Percentages of Color #4fe2be

%65
%0
%16
%11

Triadic Colors of #4fe2be

#4fe2be #be4fe2 #e2be4f

Analogous Colors of #4fe2be

#4fe2be #4fbde2 #4fe275

Monochromatic Colors of #4fe2be

#4fe2be

Complementary Color

#4fe2be #e24f73

#4fe2be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4fe2be Color Preview on White Background

Lorem ipsum dolor sit amet.

#4fe2be Color CSS Codes

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

#4fe2be Text Font Color

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

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


#4fe2be Background Color

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

This div background color is #4fe2be


#4fe2be Border Color

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

This div border color is #4fe2be


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(79,226,190, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4fe2be; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4fe2be;
  -webkit-box-shadow: 1px 1px 3px 2px #4fe2be;
  box-shadow:         1px 1px 3px 2px #4fe2be; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(79,226,190, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4fe2be


Comments

No comments written yet.

Please login to write comment.