Color Hex Logo

#5a9feb Color Hex

#5A9FEB
(90,159,235)
0 Favorites   0 Comments

Color spaces of #5a9feb

RGB 90159235
HSL0.590.780.64
HSV211°62°92°
CMYK 0.620.320.00   0.08
XYZ31.610032.968183.2947
Yxy32.96810.21380.2229
Hunter Lab57.4179-2.2124-45.8181
CIE-Lab64.13511.0068-44.7510

#5a9feb color RGB value is (90,159,235).

#5a9feb hex color red value is 90, green value is 159 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #5a9feb hue: 0.59 , saturation: 0.78 and the lightness value of 5a9feb is 0.64.

The process color (four color CMYK) of #5a9feb color hex is 0.62, 0.32, 0.00, 0.08. Web safe color of #5a9feb is #6699ff. Color #5a9feb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011010 10011111 11101011
Octal 132 237 353
Decimal 90 159 235
Hex 5A 9F EB

RGB Percentages of Color #5a9feb

%18.60
%32.85
%48.55

CMYK Percentages of Color #5a9feb

%62
%32
%0
%8

Triadic Colors of #5a9feb

#5a9feb #eb5a9f #9feb5a

Analogous Colors of #5a9feb

#5a9feb #5d5aeb #5ae8eb

Monochromatic Colors of #5a9feb

#5a9feb

Complementary Color

#5a9feb #eba65a

#5a9feb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5a9feb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5a9feb Color CSS Codes

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

#5a9feb Text Font Color

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

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


#5a9feb Background Color

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

This div background color is #5a9feb


#5a9feb Border Color

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

This div border color is #5a9feb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(90,159,235, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5a9feb


Comments

No comments written yet.

Please login to write comment.