Color Hex Logo

#5badfa Color Hex

#5BADFA
(91,173,250)
0 Favorites   0 Comments

Color spaces of #5badfa

RGB 91173250
HSL0.580.940.67
HSV209°64°98°
CMYK 0.640.310.00   0.02
XYZ36.513339.013496.0484
Yxy39.01340.21280.2274
Hunter Lab62.4607-4.9587-47.4502
CIE-Lab68.7610-1.8743-45.6713

#5badfa color RGB value is (91,173,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011011 10101101 11111010
Octal 133 255 372
Decimal 91 173 250
Hex 5B AD FA

RGB Percentages of Color #5badfa

%17.70
%33.66
%48.64

CMYK Percentages of Color #5badfa

%64
%31
%0
%2

Triadic Colors of #5badfa

#5badfa #fa5bad #adfa5b

Analogous Colors of #5badfa

#5badfa #5b5dfa #5bfaf8

Monochromatic Colors of #5badfa

#5badfa

Complementary Color

#5badfa #faa85b

#5badfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5badfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#5badfa Color CSS Codes

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

#5badfa Text Font Color

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

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


#5badfa Background Color

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

This div background color is #5badfa


#5badfa Border Color

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

This div border color is #5badfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5badfa


Comments

No comments written yet.

Please login to write comment.