Color Hex Logo

#4effde Color Hex

#4EFFDE
(78,255,222)
0 Favorites   0 Comments

Color spaces of #4effde

RGB 78255222
HSL0.471.000.65
HSV169°69°100°
CMYK 0.690.000.13   0.00
XYZ52.086778.413681.4973
Yxy78.41360.24570.3699
Hunter Lab88.5515-49.96997.4192
CIE-Lab90.9683-51.90432.8385

#4effde color RGB value is (78,255,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001110 11111111 11011110
Octal 116 377 336
Decimal 78 255 222
Hex 4E FF DE

RGB Percentages of Color #4effde

%14.05
%45.95
%40.00

CMYK Percentages of Color #4effde

%69
%0
%13
%0

Triadic Colors of #4effde

#4effde #de4eff #ffde4e

Analogous Colors of #4effde

#4effde #4ec8ff #4eff86

Monochromatic Colors of #4effde

#4effde

Complementary Color

#4effde #ff4e6f

#4effde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4effde Color Preview on White Background

Lorem ipsum dolor sit amet.

#4effde Color CSS Codes

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

#4effde Text Font Color

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

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


#4effde Background Color

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

This div background color is #4effde


#4effde Border Color

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

This div border color is #4effde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4effde

Related Colors


Comments

No comments written yet.

Please login to write comment.