Color Hex Logo

#5eddfd Color Hex

#5EDDFD
(94,221,253)
0 Favorites   0 Comments

Color spaces of #5eddfd

RGB 94221253
HSL0.530.980.68
HSV192°63°99°
CMYK 0.630.130.00   0.01
XYZ48.202261.1844102.1978
Yxy61.18440.22780.2892
Hunter Lab78.2205-26.8878-22.7102
CIE-Lab82.4778-25.7426-26.0308

#5eddfd color RGB value is (94,221,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011110 11011101 11111101
Octal 136 335 375
Decimal 94 221 253
Hex 5E DD FD

RGB Percentages of Color #5eddfd

%16.55
%38.91
%44.54

CMYK Percentages of Color #5eddfd

%63
%13
%0
%1

Triadic Colors of #5eddfd

#5eddfd #fd5edd #ddfd5e

Analogous Colors of #5eddfd

#5eddfd #5e8efd #5efdce

Monochromatic Colors of #5eddfd

#5eddfd

Complementary Color

#5eddfd #fd7e5e

#5eddfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5eddfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5eddfd Color CSS Codes

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

#5eddfd Text Font Color

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

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


#5eddfd Background Color

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

This div background color is #5eddfd


#5eddfd Border Color

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

This div border color is #5eddfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5eddfd


Comments

No comments written yet.

Please login to write comment.