Color Hex Logo

#5edafd Color Hex

#5EDAFD
(94,218,253)
0 Favorites   0 Comments

Color spaces of #5edafd

RGB 94218253
HSL0.540.980.68
HSV193°63°99°
CMYK 0.630.140.00   0.01
XYZ47.417159.6143101.9361
Yxy59.61430.22690.2853
Hunter Lab77.2103-25.4960-24.2298
CIE-Lab81.6281-24.2569-27.3285

#5edafd color RGB value is (94,218,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011110 11011010 11111101
Octal 136 332 375
Decimal 94 218 253
Hex 5E DA FD

RGB Percentages of Color #5edafd

%16.64
%38.58
%44.78

CMYK Percentages of Color #5edafd

%63
%14
%0
%1

Triadic Colors of #5edafd

#5edafd #fd5eda #dafd5e

Analogous Colors of #5edafd

#5edafd #5e8bfd #5efdd1

Monochromatic Colors of #5edafd

#5edafd

Complementary Color

#5edafd #fd815e

#5edafd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5edafd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5edafd Color CSS Codes

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

#5edafd Text Font Color

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

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


#5edafd Background Color

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

This div background color is #5edafd


#5edafd Border Color

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

This div border color is #5edafd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5edafd

Related Colors


Comments

No comments written yet.

Please login to write comment.