Color Hex Logo

#4edaea Color Hex

#4EDAEA
(78,218,234)
0 Favorites   0 Comments

Color spaces of #4edaea

RGB 78218234
HSL0.520.790.61
HSV186°67°92°
CMYK 0.670.070.00   0.08
XYZ43.064657.703086.7100
Yxy57.70300.22970.3078
Hunter Lab75.9625-31.7393-14.5049
CIE-Lab80.5734-32.2356-18.8757

#4edaea color RGB value is (78,218,234).

#4edaea hex color red value is 78, green value is 218 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #4edaea hue: 0.52 , saturation: 0.79 and the lightness value of 4edaea is 0.61.

The process color (four color CMYK) of #4edaea color hex is 0.67, 0.07, 0.00, 0.08. Web safe color of #4edaea is #66ccff. Color #4edaea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001110 11011010 11101010
Octal 116 332 352
Decimal 78 218 234
Hex 4E DA EA

RGB Percentages of Color #4edaea

%14.72
%41.13
%44.15

CMYK Percentages of Color #4edaea

%67
%7
%0
%8

Triadic Colors of #4edaea

#4edaea #ea4eda #daea4e

Analogous Colors of #4edaea

#4edaea #4e8cea #4eeaac

Monochromatic Colors of #4edaea

#4edaea

Complementary Color

#4edaea #ea5e4e

#4edaea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4edaea Color Preview on White Background

Lorem ipsum dolor sit amet.

#4edaea Color CSS Codes

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

#4edaea Text Font Color

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

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


#4edaea Background Color

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

This div background color is #4edaea


#4edaea Border Color

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

This div border color is #4edaea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4edaea


Comments

No comments written yet.

Please login to write comment.