Color Hex Logo

#5babfa Color Hex

#5BABFA
(91,171,250)
0 Favorites   0 Comments

Color spaces of #5babfa

RGB 91171250
HSL0.580.940.67
HSV210°64°98°
CMYK 0.640.320.00   0.02
XYZ36.132638.252195.9215
Yxy38.25210.21220.2246
Hunter Lab61.8483-3.9524-48.6600
CIE-Lab68.2060-0.7499-46.5436

#5babfa color RGB value is (91,171,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011011 10101011 11111010
Octal 133 253 372
Decimal 91 171 250
Hex 5B AB FA

RGB Percentages of Color #5babfa

%17.77
%33.40
%48.83

CMYK Percentages of Color #5babfa

%64
%32
%0
%2

Triadic Colors of #5babfa

#5babfa #fa5bab #abfa5b

Analogous Colors of #5babfa

#5babfa #5b5bfa #5bfafa

Monochromatic Colors of #5babfa

#5babfa

Complementary Color

#5babfa #faaa5b

#5babfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5babfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#5babfa Color CSS Codes

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

#5babfa Text Font Color

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

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


#5babfa Background Color

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

This div background color is #5babfa


#5babfa Border Color

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

This div border color is #5babfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5babfa

Related Colors


Comments

No comments written yet.

Please login to write comment.