Color Hex Logo

#5aabfa Color Hex

#5AABFA
(90,171,250)
0 Favorites   0 Comments

Color spaces of #5aabfa

RGB 90171250
HSL0.580.940.67
HSV210°64°98°
CMYK 0.640.320.00   0.02
XYZ36.034738.201695.9169
Yxy38.20160.21180.2245
Hunter Lab61.8074-4.0948-48.7450
CIE-Lab68.1689-0.9175-46.6045

#5aabfa color RGB value is (90,171,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011010 10101011 11111010
Octal 132 253 372
Decimal 90 171 250
Hex 5A AB FA

RGB Percentages of Color #5aabfa

%17.61
%33.46
%48.92

CMYK Percentages of Color #5aabfa

%64
%32
%0
%2

Triadic Colors of #5aabfa

#5aabfa #fa5aab #abfa5a

Analogous Colors of #5aabfa

#5aabfa #5a5bfa #5afaf9

Monochromatic Colors of #5aabfa

#5aabfa

Complementary Color

#5aabfa #faa95a

#5aabfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5aabfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#5aabfa Color CSS Codes

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

#5aabfa Text Font Color

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

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


#5aabfa Background Color

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

This div background color is #5aabfa


#5aabfa Border Color

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

This div border color is #5aabfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5aabfa

Related Colors


Comments

No comments written yet.

Please login to write comment.