Color Hex Logo

#5baafd Color Hex

#5BAAFD
(91,170,253)
0 Favorites   0 Comments

Color spaces of #5baafd

RGB 91170253
HSL0.590.980.67
HSV211°64°99°
CMYK 0.640.330.00   0.01
XYZ36.418738.065498.3564
Yxy38.06540.21070.2202
Hunter Lab61.6972-2.6048-51.3309
CIE-Lab68.06880.7951-48.3890

#5baafd color RGB value is (91,170,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011011 10101010 11111101
Octal 133 252 375
Decimal 91 170 253
Hex 5B AA FD

RGB Percentages of Color #5baafd

%17.70
%33.07
%49.22

CMYK Percentages of Color #5baafd

%64
%33
%0
%1

Triadic Colors of #5baafd

#5baafd #fd5baa #aafd5b

Analogous Colors of #5baafd

#5baafd #5d5bfd #5bfbfd

Monochromatic Colors of #5baafd

#5baafd

Complementary Color

#5baafd #fdae5b

#5baafd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5baafd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5baafd Color CSS Codes

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

#5baafd Text Font Color

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

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


#5baafd Background Color

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

This div background color is #5baafd


#5baafd Border Color

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

This div border color is #5baafd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5baafd


Comments

No comments written yet.

Please login to write comment.