Color Hex Logo

#4efdbe Color Hex

#4EFDBE
(78,253,190)
0 Favorites   0 Comments

Color spaces of #4efdbe

RGB 78253190
HSL0.440.980.65
HSV158°69°99°
CMYK 0.690.000.25   0.01
XYZ47.561475.588060.7984
Yxy75.58800.25860.4109
Hunter Lab86.9414-54.498719.3972
CIE-Lab89.6677-58.508517.4931

#4efdbe color RGB value is (78,253,190).

#4efdbe hex color red value is 78, green value is 253 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #4efdbe hue: 0.44 , saturation: 0.98 and the lightness value of 4efdbe is 0.65.

The process color (four color CMYK) of #4efdbe color hex is 0.69, 0.00, 0.25, 0.01. Web safe color of #4efdbe is #66ffcc. Color #4efdbe contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001110 11111101 10111110
Octal 116 375 276
Decimal 78 253 190
Hex 4E FD BE

RGB Percentages of Color #4efdbe

%14.97
%48.56
%36.47

CMYK Percentages of Color #4efdbe

%69
%0
%25
%1

Triadic Colors of #4efdbe

#4efdbe #be4efd #fdbe4e

Analogous Colors of #4efdbe

#4efdbe #4ee5fd #4efd67

Monochromatic Colors of #4efdbe

#4efdbe

Complementary Color

#4efdbe #fd4e8d

#4efdbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4efdbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#4efdbe Color CSS Codes

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

#4efdbe Text Font Color

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

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


#4efdbe Background Color

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

This div background color is #4efdbe


#4efdbe Border Color

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

This div border color is #4efdbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4efdbe


Comments

No comments written yet.

Please login to write comment.