Color Hex Logo

#4eefdf Color Hex

#4EEFDF
(78,239,223)
0 Favorites   0 Comments

Color spaces of #4eefdf

RGB 78239223
HSL0.480.830.62
HSV174°67°94°
CMYK 0.670.000.07   0.06
XYZ47.327768.680480.5743
Yxy68.68040.24080.3494
Hunter Lab82.8736-43.09060.3666
CIE-Lab86.3455-44.8401-4.4437

#4eefdf color RGB value is (78,239,223).

#4eefdf hex color red value is 78, green value is 239 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #4eefdf hue: 0.48 , saturation: 0.83 and the lightness value of 4eefdf is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 01001110 11101111 11011111
Octal 116 357 337
Decimal 78 239 223
Hex 4E EF DF

RGB Percentages of Color #4eefdf

%14.44
%44.26
%41.30

CMYK Percentages of Color #4eefdf

%67
%0
%7
%6

Triadic Colors of #4eefdf

#4eefdf #df4eef #efdf4e

Analogous Colors of #4eefdf

#4eefdf #4eafef #4eef8f

Monochromatic Colors of #4eefdf

#4eefdf

Complementary Color

#4eefdf #ef4e5e

#4eefdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4eefdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#4eefdf Color CSS Codes

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

#4eefdf Text Font Color

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

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


#4eefdf Background Color

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

This div background color is #4eefdf


#4eefdf Border Color

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

This div border color is #4eefdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4eefdf


Comments

No comments written yet.

Please login to write comment.