Color Hex Logo

#4edbcc Color Hex

#4EDBCC
(78,219,204)
0 Favorites   0 Comments

Color spaces of #4edbcc

RGB 78219204
HSL0.480.660.58
HSV174°64°86°
CMYK 0.640.000.07   0.14
XYZ39.372556.642465.9847
Yxy56.64240.24300.3496
Hunter Lab75.2611-38.32560.7007
CIE-Lab79.9780-40.9737-3.7689

#4edbcc color RGB value is (78,219,204).

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

The process color (four color CMYK) of #4edbcc color hex is 0.64, 0.00, 0.07, 0.14. Web safe color of #4edbcc is #66cccc. Color #4edbcc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001110 11011011 11001100
Octal 116 333 314
Decimal 78 219 204
Hex 4E DB CC

RGB Percentages of Color #4edbcc

%15.57
%43.71
%40.72

CMYK Percentages of Color #4edbcc

%64
%0
%7
%14

Triadic Colors of #4edbcc

#4edbcc #cc4edb #dbcc4e

Analogous Colors of #4edbcc

#4edbcc #4ea4db #4edb86

Monochromatic Colors of #4edbcc

#4edbcc

Complementary Color

#4edbcc #db4e5d

#4edbcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4edbcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4edbcc Color CSS Codes

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

#4edbcc Text Font Color

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

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


#4edbcc Background Color

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

This div background color is #4edbcc


#4edbcc Border Color

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

This div border color is #4edbcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4edbcc


Comments

No comments written yet.

Please login to write comment.