Color Hex Logo

#5eebfd Color Hex

#5EEBFD
(94,235,253)
0 Favorites   0 Comments

Color spaces of #5eebfd

RGB 94235253
HSL0.520.980.68
HSV187°63°99°
CMYK 0.630.070.00   0.01
XYZ52.054068.8882103.4817
Yxy68.88820.23190.3070
Hunter Lab82.9989-33.2992-15.8226
CIE-Lab86.4487-32.5087-20.0010

#5eebfd color RGB value is (94,235,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011110 11101011 11111101
Octal 136 353 375
Decimal 94 235 253
Hex 5E EB FD

RGB Percentages of Color #5eebfd

%16.15
%40.38
%43.47

CMYK Percentages of Color #5eebfd

%63
%7
%0
%1

Triadic Colors of #5eebfd

#5eebfd #fd5eeb #ebfd5e

Analogous Colors of #5eebfd

#5eebfd #5e9cfd #5efdc0

Monochromatic Colors of #5eebfd

#5eebfd

Complementary Color

#5eebfd #fd705e

#5eebfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5eebfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5eebfd Color CSS Codes

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

#5eebfd Text Font Color

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

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


#5eebfd Background Color

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

This div background color is #5eebfd


#5eebfd Border Color

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

This div border color is #5eebfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5eebfd


Comments

No comments written yet.

Please login to write comment.