Color Hex Logo

#5edcff Color Hex

#5EDCFF
(94,220,255)
0 Favorites   0 Comments

Color spaces of #5edcff

RGB 94220255
HSL0.541.000.68
HSV193°63°100°
CMYK 0.630.140.00   0.00
XYZ48.259360.7861103.7971
Yxy60.78610.22670.2856
Hunter Lab77.9654-25.9510-24.3583
CIE-Lab82.2636-24.6622-27.4162

#5edcff color RGB value is (94,220,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011110 11011100 11111111
Octal 136 334 377
Decimal 94 220 255
Hex 5E DC FF

RGB Percentages of Color #5edcff

%16.52
%38.66
%44.82

CMYK Percentages of Color #5edcff

%63
%14
%0
%0

Triadic Colors of #5edcff

#5edcff #ff5edc #dcff5e

Analogous Colors of #5edcff

#5edcff #5e8cff #5effd2

Monochromatic Colors of #5edcff

#5edcff

Complementary Color

#5edcff #ff815e

#5edcff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5edcff Color Preview on White Background

Lorem ipsum dolor sit amet.

#5edcff Color CSS Codes

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

#5edcff Text Font Color

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

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


#5edcff Background Color

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

This div background color is #5edcff


#5edcff Border Color

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

This div border color is #5edcff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5edcff


Comments

No comments written yet.

Please login to write comment.