Color Hex Logo

#4eddc8 Color Hex

#4EDDC8
(78,221,200)
0 Favorites   0 Comments

Color spaces of #4eddc8

RGB 78221200
HSL0.480.680.59
HSV171°65°87°
CMYK 0.650.000.10   0.13
XYZ39.423757.502763.6649
Yxy57.50270.24550.3581
Hunter Lab75.8305-39.90273.3034
CIE-Lab80.4615-42.8962-0.9283

#4eddc8 color RGB value is (78,221,200).

#4eddc8 hex color red value is 78, green value is 221 and the blue value of its RGB is 200. Cylindrical-coordinate representations (also known as HSL) of color #4eddc8 hue: 0.48 , saturation: 0.68 and the lightness value of 4eddc8 is 0.59.

The process color (four color CMYK) of #4eddc8 color hex is 0.65, 0.00, 0.10, 0.13. Web safe color of #4eddc8 is #66cccc. Color #4eddc8 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001110 11011101 11001000
Octal 116 335 310
Decimal 78 221 200
Hex 4E DD C8

RGB Percentages of Color #4eddc8

%15.63
%44.29
%40.08

CMYK Percentages of Color #4eddc8

%65
%0
%10
%13

Triadic Colors of #4eddc8

#4eddc8 #c84edd #ddc84e

Analogous Colors of #4eddc8

#4eddc8 #4eabdd #4edd81

Monochromatic Colors of #4eddc8

#4eddc8

Complementary Color

#4eddc8 #dd4e63

#4eddc8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4eddc8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4eddc8 Color CSS Codes

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

#4eddc8 Text Font Color

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

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


#4eddc8 Background Color

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

This div background color is #4eddc8


#4eddc8 Border Color

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

This div border color is #4eddc8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4eddc8


Comments

No comments written yet.

Please login to write comment.