Color Hex Logo

#5eb9fa Color Hex

#5EB9FA
(94,185,250)
0 Favorites   0 Comments

Color spaces of #5eb9fa

RGB 94185250
HSL0.570.940.67
HSV205°62°98°
CMYK 0.620.260.00   0.02
XYZ39.220443.979796.8643
Yxy43.97970.21780.2442
Hunter Lab66.3172-10.4891-40.1782
CIE-Lab72.2149-7.9926-40.2578

#5eb9fa color RGB value is (94,185,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011110 10111001 11111010
Octal 136 271 372
Decimal 94 185 250
Hex 5E B9 FA

RGB Percentages of Color #5eb9fa

%17.77
%34.97
%47.26

CMYK Percentages of Color #5eb9fa

%62
%26
%0
%2

Triadic Colors of #5eb9fa

#5eb9fa #fa5eb9 #b9fa5e

Analogous Colors of #5eb9fa

#5eb9fa #5e6bfa #5efaed

Monochromatic Colors of #5eb9fa

#5eb9fa

Complementary Color

#5eb9fa #fa9f5e

#5eb9fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5eb9fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#5eb9fa Color CSS Codes

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

#5eb9fa Text Font Color

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

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


#5eb9fa Background Color

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

This div background color is #5eb9fa


#5eb9fa Border Color

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

This div border color is #5eb9fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5eb9fa

Related Colors


Comments

No comments written yet.

Please login to write comment.