Color Hex Logo

#5ebbfa Color Hex

#5EBBFA
(94,187,250)
0 Favorites   0 Comments

Color spaces of #5ebbfa

RGB 94187250
HSL0.570.940.67
HSV204°62°98°
CMYK 0.620.250.00   0.02
XYZ39.641744.822597.0047
Yxy44.82250.21840.2470
Hunter Lab66.9496-11.4697-39.0418
CIE-Lab72.7749-9.0780-39.3853

#5ebbfa color RGB value is (94,187,250).

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

The process color (four color CMYK) of #5ebbfa color hex is 0.62, 0.25, 0.00, 0.02. Web safe color of #5ebbfa is #66ccff. Color #5ebbfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011110 10111011 11111010
Octal 136 273 372
Decimal 94 187 250
Hex 5E BB FA

RGB Percentages of Color #5ebbfa

%17.70
%35.22
%47.08

CMYK Percentages of Color #5ebbfa

%62
%25
%0
%2

Triadic Colors of #5ebbfa

#5ebbfa #fa5ebb #bbfa5e

Analogous Colors of #5ebbfa

#5ebbfa #5e6dfa #5efaeb

Monochromatic Colors of #5ebbfa

#5ebbfa

Complementary Color

#5ebbfa #fa9d5e

#5ebbfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ebbfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ebbfa Color CSS Codes

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

#5ebbfa Text Font Color

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

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


#5ebbfa Background Color

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

This div background color is #5ebbfa


#5ebbfa Border Color

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

This div border color is #5ebbfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ebbfa


Comments

No comments written yet.

Please login to write comment.