Color Hex Logo

#4edcfe Color Hex

#4EDCFE
(78,220,254)
0 Favorites   0 Comments

Color spaces of #4edcfe

RGB 78220254
HSL0.530.990.65
HSV192°69°100°
CMYK 0.690.130.00   0.00
XYZ46.624559.9619102.8824
Yxy59.96190.22260.2863
Hunter Lab77.4351-28.0346-24.5698
CIE-Lab81.8175-27.2951-27.6055

#4edcfe color RGB value is (78,220,254).

#4edcfe hex color red value is 78, green value is 220 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #4edcfe hue: 0.53 , saturation: 0.99 and the lightness value of 4edcfe is 0.65.

The process color (four color CMYK) of #4edcfe color hex is 0.69, 0.13, 0.00, 0.00. Web safe color of #4edcfe is #66ccff. Color #4edcfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001110 11011100 11111110
Octal 116 334 376
Decimal 78 220 254
Hex 4E DC FE

RGB Percentages of Color #4edcfe

%14.13
%39.86
%46.01

CMYK Percentages of Color #4edcfe

%69
%13
%0
%0

Triadic Colors of #4edcfe

#4edcfe #fe4edc #dcfe4e

Analogous Colors of #4edcfe

#4edcfe #4e84fe #4efec8

Monochromatic Colors of #4edcfe

#4edcfe

Complementary Color

#4edcfe #fe704e

#4edcfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4edcfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#4edcfe Color CSS Codes

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

#4edcfe Text Font Color

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

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


#4edcfe Background Color

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

This div background color is #4edcfe


#4edcfe Border Color

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

This div border color is #4edcfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4edcfe


Comments

No comments written yet.

Please login to write comment.