Color Hex Logo

#5abafd Color Hex

#5ABAFD
(90,186,253)
0 Favorites   0 Comments

Color spaces of #5abafd

RGB 90186253
HSL0.570.980.67
HSV205°64°99°
CMYK 0.640.260.00   0.01
XYZ39.505044.383399.4132
Yxy44.38330.21550.2421
Hunter Lab66.6208-10.7389-41.8395
CIE-Lab72.4840-8.2540-41.4666

#5abafd color RGB value is (90,186,253).

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

The process color (four color CMYK) of #5abafd color hex is 0.64, 0.26, 0.00, 0.01. Web safe color of #5abafd is #66ccff. Color #5abafd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011010 10111010 11111101
Octal 132 272 375
Decimal 90 186 253
Hex 5A BA FD

RGB Percentages of Color #5abafd

%17.01
%35.16
%47.83

CMYK Percentages of Color #5abafd

%64
%26
%0
%1

Triadic Colors of #5abafd

#5abafd #fd5aba #bafd5a

Analogous Colors of #5abafd

#5abafd #5a69fd #5afdef

Monochromatic Colors of #5abafd

#5abafd

Complementary Color

#5abafd #fd9d5a

#5abafd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5abafd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5abafd Color CSS Codes

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

#5abafd Text Font Color

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

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


#5abafd Background Color

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

This div background color is #5abafd


#5abafd Border Color

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

This div border color is #5abafd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5abafd


Comments

No comments written yet.

Please login to write comment.