Color Hex Logo

#4edace Color Hex

#4EDACE
(78,218,206)
0 Favorites   0 Comments

Color spaces of #4edace

RGB 78218206
HSL0.490.650.58
HSV175°64°85°
CMYK 0.640.000.06   0.15
XYZ39.353956.218767.1697
Yxy56.21870.24180.3454
Hunter Lab74.9791-37.5251-0.6293
CIE-Lab79.7381-39.9983-5.1897

#4edace color RGB value is (78,218,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001110 11011010 11001110
Octal 116 332 316
Decimal 78 218 206
Hex 4E DA CE

RGB Percentages of Color #4edace

%15.54
%43.43
%41.04

CMYK Percentages of Color #4edace

%64
%0
%6
%15

Triadic Colors of #4edace

#4edace #ce4eda #dace4e

Analogous Colors of #4edace

#4edace #4ea0da #4eda88

Monochromatic Colors of #4edace

#4edace

Complementary Color

#4edace #da4e5a

#4edace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4edace Color Preview on White Background

Lorem ipsum dolor sit amet.

#4edace Color CSS Codes

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

#4edace Text Font Color

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

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


#4edace Background Color

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

This div background color is #4edace


#4edace Border Color

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

This div border color is #4edace


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4edace


Comments

No comments written yet.

Please login to write comment.