Color Hex Logo

#5a9fef Color Hex

#5A9FEF
(90,159,239)
0 Favorites   0 Comments

Color spaces of #5a9fef

RGB 90159239
HSL0.590.820.65
HSV212°62°94°
CMYK 0.620.330.00   0.06
XYZ32.194633.201986.3731
Yxy33.20190.21210.2188
Hunter Lab57.6211-1.1037-48.5400
CIE-Lab64.32412.3147-46.6513

#5a9fef color RGB value is (90,159,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011010 10011111 11101111
Octal 132 237 357
Decimal 90 159 239
Hex 5A 9F EF

RGB Percentages of Color #5a9fef

%18.44
%32.58
%48.98

CMYK Percentages of Color #5a9fef

%62
%33
%0
%6

Triadic Colors of #5a9fef

#5a9fef #ef5a9f #9fef5a

Analogous Colors of #5a9fef

#5a9fef #5f5aef #5aeaef

Monochromatic Colors of #5a9fef

#5a9fef

Complementary Color

#5a9fef #efaa5a

#5a9fef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5a9fef Color Preview on White Background

Lorem ipsum dolor sit amet.

#5a9fef Color CSS Codes

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

#5a9fef Text Font Color

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

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


#5a9fef Background Color

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

This div background color is #5a9fef


#5a9fef Border Color

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

This div border color is #5a9fef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5a9fef


Comments

No comments written yet.

Please login to write comment.