Color Hex Logo

#4eddcf Color Hex

#4EDDCF
(78,221,207)
0 Favorites   0 Comments

Color spaces of #4eddcf

RGB 78221207
HSL0.480.680.59
HSV174°65°87°
CMYK 0.650.000.06   0.13
XYZ40.260857.837668.0733
Yxy57.83760.24230.3481
Hunter Lab76.0510-38.59290.1652
CIE-Lab80.6484-41.0810-4.3803

#4eddcf color RGB value is (78,221,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001110 11011101 11001111
Octal 116 335 317
Decimal 78 221 207
Hex 4E DD CF

RGB Percentages of Color #4eddcf

%15.42
%43.68
%40.91

CMYK Percentages of Color #4eddcf

%65
%0
%6
%13

Triadic Colors of #4eddcf

#4eddcf #cf4edd #ddcf4e

Analogous Colors of #4eddcf

#4eddcf #4ea4dd #4edd88

Monochromatic Colors of #4eddcf

#4eddcf

Complementary Color

#4eddcf #dd4e5c

#4eddcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4eddcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#4eddcf Color CSS Codes

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

#4eddcf Text Font Color

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

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


#4eddcf Background Color

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

This div background color is #4eddcf


#4eddcf Border Color

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

This div border color is #4eddcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4eddcf


Comments

No comments written yet.

Please login to write comment.