Color Hex Logo

#4eedbe Color Hex

#4EEDBE
(78,237,190)
0 Favorites   0 Comments

Color spaces of #4eedbe

RGB 78237190
HSL0.450.820.62
HSV162°67°93°
CMYK 0.670.000.20   0.07
XYZ42.720365.905859.1847
Yxy65.90580.25460.3927
Hunter Lab81.1824-48.137813.6033
CIE-Lab84.9483-52.119410.8265

#4eedbe color RGB value is (78,237,190).

#4eedbe hex color red value is 78, green value is 237 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #4eedbe hue: 0.45 , saturation: 0.82 and the lightness value of 4eedbe is 0.62.

The process color (four color CMYK) of #4eedbe color hex is 0.67, 0.00, 0.20, 0.07. Web safe color of #4eedbe is #66ffcc. Color #4eedbe contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001110 11101101 10111110
Octal 116 355 276
Decimal 78 237 190
Hex 4E ED BE

RGB Percentages of Color #4eedbe

%15.45
%46.93
%37.62

CMYK Percentages of Color #4eedbe

%67
%0
%20
%7

Triadic Colors of #4eedbe

#4eedbe #be4eed #edbe4e

Analogous Colors of #4eedbe

#4eedbe #4ecded #4eed6f

Monochromatic Colors of #4eedbe

#4eedbe

Complementary Color

#4eedbe #ed4e7d

#4eedbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4eedbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#4eedbe Color CSS Codes

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

#4eedbe Text Font Color

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

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


#4eedbe Background Color

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

This div background color is #4eedbe


#4eedbe Border Color

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

This div border color is #4eedbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4eedbe


Comments

No comments written yet.

Please login to write comment.