Color Hex Logo

#5edafb Color Hex

#5EDAFB
(94,218,251)
0 Favorites   0 Comments

Color spaces of #5edafb

RGB 94218251
HSL0.540.950.68
HSV193°63°98°
CMYK 0.630.130.00   0.02
XYZ47.100159.4875100.2666
Yxy59.48750.22770.2876
Hunter Lab77.1281-25.9691-23.0873
CIE-Lab81.5588-24.8440-26.3739

#5edafb color RGB value is (94,218,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011110 11011010 11111011
Octal 136 332 373
Decimal 94 218 251
Hex 5E DA FB

RGB Percentages of Color #5edafb

%16.70
%38.72
%44.58

CMYK Percentages of Color #5edafb

%63
%13
%0
%2

Triadic Colors of #5edafb

#5edafb #fb5eda #dafb5e

Analogous Colors of #5edafb

#5edafb #5e8cfb #5efbce

Monochromatic Colors of #5edafb

#5edafb

Complementary Color

#5edafb #fb7f5e

#5edafb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5edafb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5edafb Color CSS Codes

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

#5edafb Text Font Color

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

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


#5edafb Background Color

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

This div background color is #5edafb


#5edafb Border Color

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

This div border color is #5edafb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5edafb


Comments

No comments written yet.

Please login to write comment.