Color Hex Logo

#5aaffa Color Hex

#5AAFFA
(90,175,250)
0 Favorites   0 Comments

Color spaces of #5aaffa

RGB 90175250
HSL0.580.940.67
HSV208°64°98°
CMYK 0.640.300.00   0.02
XYZ36.801739.735796.1726
Yxy39.73570.21310.2301
Hunter Lab63.0363-6.1019-46.3317
CIE-Lab69.2809-3.1608-44.8576

#5aaffa color RGB value is (90,175,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011010 10101111 11111010
Octal 132 257 372
Decimal 90 175 250
Hex 5A AF FA

RGB Percentages of Color #5aaffa

%17.48
%33.98
%48.54

CMYK Percentages of Color #5aaffa

%64
%30
%0
%2

Triadic Colors of #5aaffa

#5aaffa #fa5aaf #affa5a

Analogous Colors of #5aaffa

#5aaffa #5a5ffa #5afaf5

Monochromatic Colors of #5aaffa

#5aaffa

Complementary Color

#5aaffa #faa55a

#5aaffa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5aaffa Color Preview on White Background

Lorem ipsum dolor sit amet.

#5aaffa Color CSS Codes

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

#5aaffa Text Font Color

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

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


#5aaffa Background Color

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

This div background color is #5aaffa


#5aaffa Border Color

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

This div border color is #5aaffa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5aaffa

Related Colors


Comments

No comments written yet.

Please login to write comment.