Color Hex Logo

#5aaaff Color Hex

#5AAAFF
(90,170,255)
0 Favorites   0 Comments

Color spaces of #5aaaff

RGB 90170255
HSL0.591.000.68
HSV211°65°100°
CMYK 0.650.330.00   0.00
XYZ36.641238.1431100.0389
Yxy38.14310.20960.2182
Hunter Lab61.7601-2.1792-52.8058
CIE-Lab68.12601.2868-49.3866

#5aaaff color RGB value is (90,170,255).

#5aaaff hex color red value is 90, green value is 170 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #5aaaff hue: 0.59 , saturation: 1.00 and the lightness value of 5aaaff is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 01011010 10101010 11111111
Octal 132 252 377
Decimal 90 170 255
Hex 5A AA FF

RGB Percentages of Color #5aaaff

%17.48
%33.01
%49.51

CMYK Percentages of Color #5aaaff

%65
%33
%0
%0

Triadic Colors of #5aaaff

#5aaaff #ff5aaa #aaff5a

Analogous Colors of #5aaaff

#5aaaff #5d5aff #5afdff

Monochromatic Colors of #5aaaff

#5aaaff

Complementary Color

#5aaaff #ffaf5a

#5aaaff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5aaaff Color Preview on White Background

Lorem ipsum dolor sit amet.

#5aaaff Color CSS Codes

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

#5aaaff Text Font Color

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

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


#5aaaff Background Color

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

This div background color is #5aaaff


#5aaaff Border Color

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

This div border color is #5aaaff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5aaaff


Comments

No comments written yet.

Please login to write comment.