Color Hex Logo

#5ebaff Color Hex

#5EBAFF
(94,186,255)
0 Favorites   0 Comments

Color spaces of #5ebaff

RGB 94186255
HSL0.571.000.68
HSV206°63°100°
CMYK 0.630.270.00   0.00
XYZ40.225044.7175101.1190
Yxy44.71750.21620.2403
Hunter Lab66.8711-9.6514-42.8454
CIE-Lab72.7055-6.9556-42.1881

#5ebaff color RGB value is (94,186,255).

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

The process color (four color CMYK) of #5ebaff color hex is 0.63, 0.27, 0.00, 0.00. Web safe color of #5ebaff is #66ccff. Color #5ebaff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011110 10111010 11111111
Octal 136 272 377
Decimal 94 186 255
Hex 5E BA FF

RGB Percentages of Color #5ebaff

%17.57
%34.77
%47.66

CMYK Percentages of Color #5ebaff

%63
%27
%0
%0

Triadic Colors of #5ebaff

#5ebaff #ff5eba #baff5e

Analogous Colors of #5ebaff

#5ebaff #5e6aff #5efff4

Monochromatic Colors of #5ebaff

#5ebaff

Complementary Color

#5ebaff #ffa35e

#5ebaff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ebaff Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ebaff Color CSS Codes

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

#5ebaff Text Font Color

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

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


#5ebaff Background Color

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

This div background color is #5ebaff


#5ebaff Border Color

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

This div border color is #5ebaff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ebaff

Related Colors


Comments

No comments written yet.

Please login to write comment.