Color Hex Logo

#5edbff Color Hex

#5EDBFF
(94,219,255)
0 Favorites   0 Comments

Color spaces of #5edbff

RGB 94219255
HSL0.541.000.68
HSV193°63°100°
CMYK 0.630.140.00   0.00
XYZ47.997660.2627103.7099
Yxy60.26270.22640.2843
Hunter Lab77.6291-25.4853-24.8692
CIE-Lab81.9808-24.1653-27.8487

#5edbff color RGB value is (94,219,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011110 11011011 11111111
Octal 136 333 377
Decimal 94 219 255
Hex 5E DB FF

RGB Percentages of Color #5edbff

%16.55
%38.56
%44.89

CMYK Percentages of Color #5edbff

%63
%14
%0
%0

Triadic Colors of #5edbff

#5edbff #ff5edb #dbff5e

Analogous Colors of #5edbff

#5edbff #5e8bff #5effd3

Monochromatic Colors of #5edbff

#5edbff

Complementary Color

#5edbff #ff825e

#5edbff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5edbff Color Preview on White Background

Lorem ipsum dolor sit amet.

#5edbff Color CSS Codes

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

#5edbff Text Font Color

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

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


#5edbff Background Color

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

This div background color is #5edbff


#5edbff Border Color

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

This div border color is #5edbff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5edbff

#5edbff Color Palettes


Comments

No comments written yet.

Please login to write comment.