Color Hex Logo

#4effda Color Hex

#4EFFDA
(78,255,218)
0 Favorites   0 Comments

Color spaces of #4effda

RGB 78255218
HSL0.471.000.65
HSV167°69°100°
CMYK 0.690.000.15   0.00
XYZ51.556878.201778.7068
Yxy78.20170.24730.3751
Hunter Lab88.4317-50.68789.1324
CIE-Lab90.8719-52.88094.7689

#4effda color RGB value is (78,255,218).

#4effda hex color red value is 78, green value is 255 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #4effda hue: 0.47 , saturation: 1.00 and the lightness value of 4effda is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 01001110 11111111 11011010
Octal 116 377 332
Decimal 78 255 218
Hex 4E FF DA

RGB Percentages of Color #4effda

%14.16
%46.28
%39.56

CMYK Percentages of Color #4effda

%69
%0
%15
%0

Triadic Colors of #4effda

#4effda #da4eff #ffda4e

Analogous Colors of #4effda

#4effda #4eccff #4eff82

Monochromatic Colors of #4effda

#4effda

Complementary Color

#4effda #ff4e73

#4effda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4effda Color Preview on White Background

Lorem ipsum dolor sit amet.

#4effda Color CSS Codes

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

#4effda Text Font Color

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

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


#4effda Background Color

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

This div background color is #4effda


#4effda Border Color

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

This div border color is #4effda


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(78,255,218, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4effda

Related Colors


Comments

No comments written yet.

Please login to write comment.