Color Hex Logo

#5edcfd Color Hex

#5EDCFD
(94,220,253)
0 Favorites   0 Comments

Color spaces of #5edcfd

RGB 94220253
HSL0.530.980.68
HSV192°63°99°
CMYK 0.630.130.00   0.01
XYZ47.938960.6579102.1100
Yxy60.65790.22750.2879
Hunter Lab77.8832-26.4247-23.2149
CIE-Lab82.1945-25.2489-26.4631

#5edcfd color RGB value is (94,220,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011110 11011100 11111101
Octal 136 334 375
Decimal 94 220 253
Hex 5E DC FD

RGB Percentages of Color #5edcfd

%16.58
%38.80
%44.62

CMYK Percentages of Color #5edcfd

%63
%13
%0
%1

Triadic Colors of #5edcfd

#5edcfd #fd5edc #dcfd5e

Analogous Colors of #5edcfd

#5edcfd #5e8dfd #5efdcf

Monochromatic Colors of #5edcfd

#5edcfd

Complementary Color

#5edcfd #fd7f5e

#5edcfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5edcfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5edcfd Color CSS Codes

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

#5edcfd Text Font Color

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

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


#5edcfd Background Color

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

This div background color is #5edcfd


#5edcfd Border Color

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

This div border color is #5edcfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5edcfd

Related Colors


Comments

No comments written yet.

Please login to write comment.