Color Hex Logo

#5edcfe Color Hex

#5EDCFE
(94,220,254)
0 Favorites   0 Comments

Color spaces of #5edcfe

RGB 94220254
HSL0.540.990.68
HSV193°63°100°
CMYK 0.630.130.00   0.00
XYZ48.098760.7218102.9514
Yxy60.72180.22710.2867
Hunter Lab77.9242-26.1882-23.7855
CIE-Lab82.2290-24.9557-26.9399

#5edcfe color RGB value is (94,220,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011110 11011100 11111110
Octal 136 334 376
Decimal 94 220 254
Hex 5E DC FE

RGB Percentages of Color #5edcfe

%16.55
%38.73
%44.72

CMYK Percentages of Color #5edcfe

%63
%13
%0
%0

Triadic Colors of #5edcfe

#5edcfe #fe5edc #dcfe5e

Analogous Colors of #5edcfe

#5edcfe #5e8cfe #5efed0

Monochromatic Colors of #5edcfe

#5edcfe

Complementary Color

#5edcfe #fe805e

#5edcfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5edcfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#5edcfe Color CSS Codes

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

#5edcfe Text Font Color

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

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


#5edcfe Background Color

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

This div background color is #5edcfe


#5edcfe Border Color

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

This div border color is #5edcfe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(94,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 #5edcfe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5edcfe


Comments

No comments written yet.

Please login to write comment.