Color Hex Logo

#5eedfb Color Hex

#5EEDFB
(94,237,251)
0 Favorites   0 Comments

Color spaces of #5eedfb

RGB 94237251
HSL0.510.950.68
HSV185°63°98°
CMYK 0.630.060.00   0.02
XYZ52.312969.9131102.0042
Yxy69.91310.23330.3118
Hunter Lab83.6141-34.6466-13.8005
CIE-Lab86.9542-34.0108-18.1890

#5eedfb color RGB value is (94,237,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011110 11101101 11111011
Octal 136 355 373
Decimal 94 237 251
Hex 5E ED FB

RGB Percentages of Color #5eedfb

%16.15
%40.72
%43.13

CMYK Percentages of Color #5eedfb

%63
%6
%0
%2

Triadic Colors of #5eedfb

#5eedfb #fb5eed #edfb5e

Analogous Colors of #5eedfb

#5eedfb #5e9ffb #5efbbb

Monochromatic Colors of #5eedfb

#5eedfb

Complementary Color

#5eedfb #fb6c5e

#5eedfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5eedfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5eedfb Color CSS Codes

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

#5eedfb Text Font Color

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

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


#5eedfb Background Color

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

This div background color is #5eedfb


#5eedfb Border Color

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

This div border color is #5eedfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5eedfb


Comments

No comments written yet.

Please login to write comment.