Color Hex Logo

#5eeafd Color Hex

#5EEAFD
(94,234,253)
0 Favorites   0 Comments

Color spaces of #5eeafd

RGB 94234253
HSL0.520.980.68
HSV187°63°99°
CMYK 0.630.080.00   0.01
XYZ51.768568.3172103.3866
Yxy68.31720.23170.3057
Hunter Lab82.6542-32.8457-16.3039
CIE-Lab86.1648-32.0345-20.4302

#5eeafd color RGB value is (94,234,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011110 11101010 11111101
Octal 136 352 375
Decimal 94 234 253
Hex 5E EA FD

RGB Percentages of Color #5eeafd

%16.18
%40.28
%43.55

CMYK Percentages of Color #5eeafd

%63
%8
%0
%1

Triadic Colors of #5eeafd

#5eeafd #fd5eea #eafd5e

Analogous Colors of #5eeafd

#5eeafd #5e9bfd #5efdc1

Monochromatic Colors of #5eeafd

#5eeafd

Complementary Color

#5eeafd #fd715e

#5eeafd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5eeafd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5eeafd Color CSS Codes

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

#5eeafd Text Font Color

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

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


#5eeafd Background Color

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

This div background color is #5eeafd


#5eeafd Border Color

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

This div border color is #5eeafd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5eeafd

Related Colors


Comments

No comments written yet.

Please login to write comment.