Color Hex Logo

#4ee2be Color Hex

#4EE2BE
(78,226,190)
0 Favorites   0 Comments

Color spaces of #4ee2be

RGB 78226190
HSL0.460.720.60
HSV165°65°89°
CMYK 0.650.000.16   0.11
XYZ39.632559.730158.1554
Yxy59.73010.25160.3792
Hunter Lab77.2853-43.71299.4853
CIE-Lab81.6913-47.53976.1626

#4ee2be color RGB value is (78,226,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001110 11100010 10111110
Octal 116 342 276
Decimal 78 226 190
Hex 4E E2 BE

RGB Percentages of Color #4ee2be

%15.79
%45.75
%38.46

CMYK Percentages of Color #4ee2be

%65
%0
%16
%11

Triadic Colors of #4ee2be

#4ee2be #be4ee2 #e2be4e

Analogous Colors of #4ee2be

#4ee2be #4ebce2 #4ee274

Monochromatic Colors of #4ee2be

#4ee2be

Complementary Color

#4ee2be #e24e72

#4ee2be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4ee2be Color Preview on White Background

Lorem ipsum dolor sit amet.

#4ee2be Color CSS Codes

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

#4ee2be Text Font Color

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

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


#4ee2be Background Color

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

This div background color is #4ee2be


#4ee2be Border Color

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

This div border color is #4ee2be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4ee2be


Comments

No comments written yet.

Please login to write comment.