Color Hex Logo

#5aabfc Color Hex

#5AABFC
(90,171,252)
0 Favorites   0 Comments

Color spaces of #5aabfc

RGB 90171252
HSL0.580.960.67
HSV210°64°99°
CMYK 0.640.320.00   0.01
XYZ36.350038.327897.5776
Yxy38.32780.21100.2225
Hunter Lab61.9095-3.5356-50.1124
CIE-Lab68.2615-0.2641-47.5450

#5aabfc color RGB value is (90,171,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011010 10101011 11111100
Octal 132 253 374
Decimal 90 171 252
Hex 5A AB FC

RGB Percentages of Color #5aabfc

%17.54
%33.33
%49.12

CMYK Percentages of Color #5aabfc

%64
%32
%0
%1

Triadic Colors of #5aabfc

#5aabfc #fc5aab #abfc5a

Analogous Colors of #5aabfc

#5aabfc #5a5afc #5afcfc

Monochromatic Colors of #5aabfc

#5aabfc

Complementary Color

#5aabfc #fcab5a

#5aabfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5aabfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5aabfc Color CSS Codes

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

#5aabfc Text Font Color

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

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


#5aabfc Background Color

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

This div background color is #5aabfc


#5aabfc Border Color

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

This div border color is #5aabfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5aabfc


Comments

No comments written yet.

Please login to write comment.