Color Hex Logo

#4eeddb Color Hex

#4EEDDB
(78,237,219)
0 Favorites   0 Comments

Color spaces of #4eeddb

RGB 78237219
HSL0.480.820.62
HSV173°67°93°
CMYK 0.670.000.08   0.07
XYZ46.212367.302577.5729
Yxy67.30250.24180.3522
Hunter Lab82.0381-43.01711.3637
CIE-Lab85.6565-45.0081-3.3570

#4eeddb color RGB value is (78,237,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001110 11101101 11011011
Octal 116 355 333
Decimal 78 237 219
Hex 4E ED DB

RGB Percentages of Color #4eeddb

%14.61
%44.38
%41.01

CMYK Percentages of Color #4eeddb

%67
%0
%8
%7

Triadic Colors of #4eeddb

#4eeddb #db4eed #eddb4e

Analogous Colors of #4eeddb

#4eeddb #4eb0ed #4eed8c

Monochromatic Colors of #4eeddb

#4eeddb

Complementary Color

#4eeddb #ed4e60

#4eeddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4eeddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4eeddb Color CSS Codes

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

#4eeddb Text Font Color

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

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


#4eeddb Background Color

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

This div background color is #4eeddb


#4eeddb Border Color

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

This div border color is #4eeddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4eeddb


Comments

No comments written yet.

Please login to write comment.