Color Hex Logo

#5aaafd Color Hex

#5AAAFD
(90,170,253)
0 Favorites   0 Comments

Color spaces of #5aaafd

RGB 90170253
HSL0.580.980.67
HSV211°64°99°
CMYK 0.640.330.00   0.01
XYZ36.320838.015098.3518
Yxy38.01500.21030.2201
Hunter Lab61.6563-2.7469-51.4177
CIE-Lab68.03170.6294-48.4500

#5aaafd color RGB value is (90,170,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011010 10101010 11111101
Octal 132 252 375
Decimal 90 170 253
Hex 5A AA FD

RGB Percentages of Color #5aaafd

%17.54
%33.14
%49.32

CMYK Percentages of Color #5aaafd

%64
%33
%0
%1

Triadic Colors of #5aaafd

#5aaafd #fd5aaa #aafd5a

Analogous Colors of #5aaafd

#5aaafd #5b5afd #5afcfd

Monochromatic Colors of #5aaafd

#5aaafd

Complementary Color

#5aaafd #fdad5a

#5aaafd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5aaafd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5aaafd Color CSS Codes

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

#5aaafd Text Font Color

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

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


#5aaafd Background Color

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

This div background color is #5aaafd


#5aaafd Border Color

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

This div border color is #5aaafd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5aaafd


Comments

No comments written yet.

Please login to write comment.