Color Hex Logo

#4edcda Color Hex

#4EDCDA
(78,220,218)
0 Favorites   0 Comments

Color spaces of #4edcda

RGB 78220218
HSL0.500.670.58
HSV179°65°86°
CMYK 0.650.000.01   0.14
XYZ41.390057.868175.3178
Yxy57.86810.23710.3315
Hunter Lab76.0711-36.0032-5.4531
CIE-Lab80.6654-37.6759-10.2143

#4edcda color RGB value is (78,220,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001110 11011100 11011010
Octal 116 334 332
Decimal 78 220 218
Hex 4E DC DA

RGB Percentages of Color #4edcda

%15.12
%42.64
%42.25

CMYK Percentages of Color #4edcda

%65
%0
%1
%14

Triadic Colors of #4edcda

#4edcda #da4edc #dcda4e

Analogous Colors of #4edcda

#4edcda #4e97dc #4edc93

Monochromatic Colors of #4edcda

#4edcda

Complementary Color

#4edcda #dc4e50

#4edcda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4edcda Color Preview on White Background

Lorem ipsum dolor sit amet.

#4edcda Color CSS Codes

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

#4edcda Text Font Color

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

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


#4edcda Background Color

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

This div background color is #4edcda


#4edcda Border Color

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

This div border color is #4edcda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4edcda


Comments

No comments written yet.

Please login to write comment.