Color Hex Logo

#5ebbfe Color Hex

#5EBBFE
(94,187,254)
0 Favorites   0 Comments

Color spaces of #5ebbfe

RGB 94187254
HSL0.570.990.68
HSV205°63°100°
CMYK 0.630.260.00   0.00
XYZ40.275845.0761100.3437
Yxy45.07610.21690.2427
Hunter Lab67.1387-10.4126-41.6161
CIE-Lab72.9420-7.8170-41.2804

#5ebbfe color RGB value is (94,187,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011110 10111011 11111110
Octal 136 273 376
Decimal 94 187 254
Hex 5E BB FE

RGB Percentages of Color #5ebbfe

%17.57
%34.95
%47.48

CMYK Percentages of Color #5ebbfe

%63
%26
%0
%0

Triadic Colors of #5ebbfe

#5ebbfe #fe5ebb #bbfe5e

Analogous Colors of #5ebbfe

#5ebbfe #5e6bfe #5efef1

Monochromatic Colors of #5ebbfe

#5ebbfe

Complementary Color

#5ebbfe #fea15e

#5ebbfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ebbfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ebbfe Color CSS Codes

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

#5ebbfe Text Font Color

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

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


#5ebbfe Background Color

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

This div background color is #5ebbfe


#5ebbfe Border Color

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

This div border color is #5ebbfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ebbfe


Comments

No comments written yet.

Please login to write comment.