Color Hex Logo

#5babff Color Hex

#5BABFF
(91,171,255)
0 Favorites   0 Comments

Color spaces of #5babff

RGB 91171255
HSL0.591.000.68
HSV211°64°100°
CMYK 0.640.330.00   0.00
XYZ36.927338.5700100.1062
Yxy38.57000.21030.2196
Hunter Lab62.1048-2.5477-52.0958
CIE-Lab68.43860.8837-48.8911

#5babff color RGB value is (91,171,255).

#5babff hex color red value is 91, green value is 171 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #5babff hue: 0.59 , saturation: 1.00 and the lightness value of 5babff is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 01011011 10101011 11111111
Octal 133 253 377
Decimal 91 171 255
Hex 5B AB FF

RGB Percentages of Color #5babff

%17.60
%33.08
%49.32

CMYK Percentages of Color #5babff

%64
%33
%0
%0

Triadic Colors of #5babff

#5babff #ff5bab #abff5b

Analogous Colors of #5babff

#5babff #5d5bff #5bfdff

Monochromatic Colors of #5babff

#5babff

Complementary Color

#5babff #ffaf5b

#5babff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5babff Color Preview on White Background

Lorem ipsum dolor sit amet.

#5babff Color CSS Codes

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

#5babff Text Font Color

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

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


#5babff Background Color

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

This div background color is #5babff


#5babff Border Color

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

This div border color is #5babff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5babff

Related Colors


Comments

No comments written yet.

Please login to write comment.