Color Hex Logo

#5eedfd Color Hex

#5EEDFD
(94,237,253)
0 Favorites   0 Comments

Color spaces of #5eedfd

RGB 94237253
HSL0.520.980.68
HSV186°63°99°
CMYK 0.630.060.00   0.01
XYZ52.629970.0399103.6737
Yxy70.03990.23250.3094
Hunter Lab83.6898-34.2042-14.8647
CIE-Lab87.0164-33.4529-19.1437

#5eedfd color RGB value is (94,237,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011110 11101101 11111101
Octal 136 355 375
Decimal 94 237 253
Hex 5E ED FD

RGB Percentages of Color #5eedfd

%16.10
%40.58
%43.32

CMYK Percentages of Color #5eedfd

%63
%6
%0
%1

Triadic Colors of #5eedfd

#5eedfd #fd5eed #edfd5e

Analogous Colors of #5eedfd

#5eedfd #5e9efd #5efdbe

Monochromatic Colors of #5eedfd

#5eedfd

Complementary Color

#5eedfd #fd6e5e

#5eedfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5eedfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5eedfd Color CSS Codes

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

#5eedfd Text Font Color

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

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


#5eedfd Background Color

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

This div background color is #5eedfd


#5eedfd Border Color

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

This div border color is #5eedfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5eedfd

Related Colors


Comments

No comments written yet.

Please login to write comment.