Color Hex Logo

#5eedfa Color Hex

#5EEDFA
(94,237,250)
0 Favorites   0 Comments

Color spaces of #5eedfa

RGB 94237250
HSL0.510.940.67
HSV185°62°98°
CMYK 0.620.050.00   0.02
XYZ52.155669.8502101.1760
Yxy69.85020.23370.3130
Hunter Lab83.5764-34.8664-13.2718
CIE-Lab86.9233-34.2888-17.7112

#5eedfa color RGB value is (94,237,250).

#5eedfa hex color red value is 94, green value is 237 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #5eedfa hue: 0.51 , saturation: 0.94 and the lightness value of 5eedfa is 0.67.

The process color (four color CMYK) of #5eedfa color hex is 0.62, 0.05, 0.00, 0.02. Web safe color of #5eedfa is #66ffff. Color #5eedfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011110 11101101 11111010
Octal 136 355 372
Decimal 94 237 250
Hex 5E ED FA

RGB Percentages of Color #5eedfa

%16.18
%40.79
%43.03

CMYK Percentages of Color #5eedfa

%62
%5
%0
%2

Triadic Colors of #5eedfa

#5eedfa #fa5eed #edfa5e

Analogous Colors of #5eedfa

#5eedfa #5e9ffa #5efab9

Monochromatic Colors of #5eedfa

#5eedfa

Complementary Color

#5eedfa #fa6b5e

#5eedfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5eedfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#5eedfa Color CSS Codes

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

#5eedfa Text Font Color

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

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


#5eedfa Background Color

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

This div background color is #5eedfa


#5eedfa Border Color

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

This div border color is #5eedfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5eedfa


Comments

No comments written yet.

Please login to write comment.