Color Hex Logo

#4ee7dc Color Hex

#4EE7DC
(78,231,220)
0 Favorites   0 Comments

Color spaces of #4ee7dc

RGB 78231220
HSL0.490.760.61
HSV176°66°91°
CMYK 0.660.000.05   0.09
XYZ44.636163.938877.6990
Yxy63.93880.23960.3433
Hunter Lab79.9617-40.2911-1.6390
CIE-Lab83.9339-42.1050-6.4237

#4ee7dc color RGB value is (78,231,220).

#4ee7dc hex color red value is 78, green value is 231 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #4ee7dc hue: 0.49 , saturation: 0.76 and the lightness value of 4ee7dc is 0.61.

The process color (four color CMYK) of #4ee7dc color hex is 0.66, 0.00, 0.05, 0.09. Web safe color of #4ee7dc is #66ffcc. Color #4ee7dc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001110 11100111 11011100
Octal 116 347 334
Decimal 78 231 220
Hex 4E E7 DC

RGB Percentages of Color #4ee7dc

%14.74
%43.67
%41.59

CMYK Percentages of Color #4ee7dc

%66
%0
%5
%9

Triadic Colors of #4ee7dc

#4ee7dc #dc4ee7 #e7dc4e

Analogous Colors of #4ee7dc

#4ee7dc #4ea6e7 #4ee790

Monochromatic Colors of #4ee7dc

#4ee7dc

Complementary Color

#4ee7dc #e74e59

#4ee7dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4ee7dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4ee7dc Color CSS Codes

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

#4ee7dc Text Font Color

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

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


#4ee7dc Background Color

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

This div background color is #4ee7dc


#4ee7dc Border Color

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

This div border color is #4ee7dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4ee7dc

#4ee7dc Color Palettes


Comments

No comments written yet.

Please login to write comment.