Color Hex Logo

#4edccd Color Hex

#4EDCCD
(78,220,205)
0 Favorites   0 Comments

Color spaces of #4edccd

RGB 78220205
HSL0.480.670.58
HSV174°65°86°
CMYK 0.650.000.07   0.14
XYZ39.754557.213966.7057
Yxy57.21390.24290.3496
Hunter Lab75.6399-38.55450.6609
CIE-Lab80.2998-41.1589-3.8285

#4edccd color RGB value is (78,220,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001110 11011100 11001101
Octal 116 334 315
Decimal 78 220 205
Hex 4E DC CD

RGB Percentages of Color #4edccd

%15.51
%43.74
%40.76

CMYK Percentages of Color #4edccd

%65
%0
%7
%14

Triadic Colors of #4edccd

#4edccd #cd4edc #dccd4e

Analogous Colors of #4edccd

#4edccd #4ea4dc #4edc86

Monochromatic Colors of #4edccd

#4edccd

Complementary Color

#4edccd #dc4e5d

#4edccd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4edccd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4edccd Color CSS Codes

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

#4edccd Text Font Color

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

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


#4edccd Background Color

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

This div background color is #4edccd


#4edccd Border Color

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

This div border color is #4edccd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4edccd


Comments

No comments written yet.

Please login to write comment.