Color Hex Logo

#4eeddf Color Hex

#4EEDDF
(78,237,223)
0 Favorites   0 Comments

Color spaces of #4eeddf

RGB 78237223
HSL0.490.820.62
HSV175°67°93°
CMYK 0.670.000.06   0.07
XYZ46.745467.515880.3802
Yxy67.51580.24020.3469
Hunter Lab82.1680-42.2453-0.4824
CIE-Lab85.7638-43.9644-5.3014

#4eeddf color RGB value is (78,237,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001110 11101101 11011111
Octal 116 355 337
Decimal 78 237 223
Hex 4E ED DF

RGB Percentages of Color #4eeddf

%14.50
%44.05
%41.45

CMYK Percentages of Color #4eeddf

%67
%0
%6
%7

Triadic Colors of #4eeddf

#4eeddf #df4eed #eddf4e

Analogous Colors of #4eeddf

#4eeddf #4eaced #4eed90

Monochromatic Colors of #4eeddf

#4eeddf

Complementary Color

#4eeddf #ed4e5c

#4eeddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4eeddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#4eeddf Color CSS Codes

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

#4eeddf Text Font Color

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

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


#4eeddf Background Color

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

This div background color is #4eeddf


#4eeddf Border Color

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

This div border color is #4eeddf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4eeddf


Comments

No comments written yet.

Please login to write comment.