Color Hex Logo

#5ef4ff Color Hex

#5EF4FF
(94,244,255)
0 Favorites   0 Comments

Color spaces of #5ef4ff

RGB 94244255
HSL0.511.000.68
HSV184°63°100°
CMYK 0.630.040.00   0.00
XYZ55.016874.3011106.0496
Yxy74.30110.23370.3157
Hunter Lab86.1981-36.9172-12.6059
CIE-Lab89.0646-36.1658-17.1040

#5ef4ff color RGB value is (94,244,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011110 11110100 11111111
Octal 136 364 377
Decimal 94 244 255
Hex 5E F4 FF

RGB Percentages of Color #5ef4ff

%15.85
%41.15
%43.00

CMYK Percentages of Color #5ef4ff

%63
%4
%0
%0

Triadic Colors of #5ef4ff

#5ef4ff #ff5ef4 #f4ff5e

Analogous Colors of #5ef4ff

#5ef4ff #5ea4ff #5effba

Monochromatic Colors of #5ef4ff

#5ef4ff

Complementary Color

#5ef4ff #ff695e

#5ef4ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ef4ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ef4ff Color CSS Codes

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

#5ef4ff Text Font Color

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

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


#5ef4ff Background Color

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

This div background color is #5ef4ff


#5ef4ff Border Color

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

This div border color is #5ef4ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ef4ff

Related Colors


Comments

No comments written yet.

Please login to write comment.