Color Hex Logo

#5ee6ff Color Hex

#5EE6FF
(94,230,255)
0 Favorites   0 Comments

Color spaces of #5ee6ff

RGB 94230255
HSL0.531.000.68
HSV189°63°100°
CMYK 0.630.100.00   0.00
XYZ50.962966.1933104.6983
Yxy66.19330.22970.2984
Hunter Lab81.3593-30.5675-19.3467
CIE-Lab85.0949-29.5521-23.1027

#5ee6ff color RGB value is (94,230,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011110 11100110 11111111
Octal 136 346 377
Decimal 94 230 255
Hex 5E E6 FF

RGB Percentages of Color #5ee6ff

%16.23
%39.72
%44.04

CMYK Percentages of Color #5ee6ff

%63
%10
%0
%0

Triadic Colors of #5ee6ff

#5ee6ff #ff5ee6 #e6ff5e

Analogous Colors of #5ee6ff

#5ee6ff #5e96ff #5effc8

Monochromatic Colors of #5ee6ff

#5ee6ff

Complementary Color

#5ee6ff #ff775e

#5ee6ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ee6ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ee6ff Color CSS Codes

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

#5ee6ff Text Font Color

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

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


#5ee6ff Background Color

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

This div background color is #5ee6ff


#5ee6ff Border Color

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

This div border color is #5ee6ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ee6ff


Comments

No comments written yet.

Please login to write comment.