Color Hex Logo

#5babfd Color Hex

#5BABFD
(91,171,253)
0 Favorites   0 Comments

Color spaces of #5babfd

RGB 91171253
HSL0.580.980.67
HSV210°64°99°
CMYK 0.640.320.00   0.01
XYZ36.606938.441898.4191
Yxy38.44180.21100.2216
Hunter Lab62.0015-3.1126-50.7140
CIE-Lab68.34500.2291-47.9539

#5babfd color RGB value is (91,171,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011011 10101011 11111101
Octal 133 253 375
Decimal 91 171 253
Hex 5B AB FD

RGB Percentages of Color #5babfd

%17.67
%33.20
%49.13

CMYK Percentages of Color #5babfd

%64
%32
%0
%1

Triadic Colors of #5babfd

#5babfd #fd5bab #abfd5b

Analogous Colors of #5babfd

#5babfd #5c5bfd #5bfcfd

Monochromatic Colors of #5babfd

#5babfd

Complementary Color

#5babfd #fdad5b

#5babfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5babfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5babfd Color CSS Codes

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

#5babfd Text Font Color

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

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


#5babfd Background Color

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

This div background color is #5babfd


#5babfd Border Color

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

This div border color is #5babfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5babfd


Comments

No comments written yet.

Please login to write comment.