Color Hex Logo

#5babef Color Hex

#5BABEF
(91,171,239)
0 Favorites   0 Comments

Color spaces of #5babef

RGB 91171239
HSL0.580.820.65
HSV208°62°94°
CMYK 0.620.280.00   0.06
XYZ34.457337.582087.0993
Yxy37.58200.21650.2362
Hunter Lab61.3042-6.9526-41.3247
CIE-Lab67.7114-4.3047-41.3285

#5babef color RGB value is (91,171,239).

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

The process color (four color CMYK) of #5babef color hex is 0.62, 0.28, 0.00, 0.06. Web safe color of #5babef is #6699ff. Color #5babef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011011 10101011 11101111
Octal 133 253 357
Decimal 91 171 239
Hex 5B AB EF

RGB Percentages of Color #5babef

%18.16
%34.13
%47.70

CMYK Percentages of Color #5babef

%62
%28
%0
%6

Triadic Colors of #5babef

#5babef #ef5bab #abef5b

Analogous Colors of #5babef

#5babef #5b61ef #5befe9

Monochromatic Colors of #5babef

#5babef

Complementary Color

#5babef #ef9f5b

#5babef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5babef Color Preview on White Background

Lorem ipsum dolor sit amet.

#5babef Color CSS Codes

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

#5babef Text Font Color

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

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


#5babef Background Color

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

This div background color is #5babef


#5babef Border Color

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

This div border color is #5babef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5babef


Comments

No comments written yet.

Please login to write comment.