Color Hex Logo

#5b6afe Color Hex

#5B6AFE
(91,106,254)
0 Favorites   0 Comments

Color spaces of #5b6afe

RGB 91106254
HSL0.650.990.68
HSV234°64°100°
CMYK 0.640.580.00   0.00
XYZ27.357819.688096.1242
Yxy19.68800.19110.1375
Hunter Lab44.371232.4077-97.3841
CIE-Lab51.482639.2561-75.5120

#5b6afe color RGB value is (91,106,254).

#5b6afe hex color red value is 91, green value is 106 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #5b6afe hue: 0.65 , saturation: 0.99 and the lightness value of 5b6afe is 0.68.

The process color (four color CMYK) of #5b6afe color hex is 0.64, 0.58, 0.00, 0.00. Web safe color of #5b6afe is #6666ff. Color #5b6afe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011011 01101010 11111110
Octal 133 152 376
Decimal 91 106 254
Hex 5B 6A FE

RGB Percentages of Color #5b6afe

%20.18
%23.50
%56.32

CMYK Percentages of Color #5b6afe

%64
%58
%0
%0

Triadic Colors of #5b6afe

#5b6afe #fe5b6a #6afe5b

Analogous Colors of #5b6afe

#5b6afe #9e5bfe #5bbcfe

Monochromatic Colors of #5b6afe

#5b6afe

Complementary Color

#5b6afe #feef5b

#5b6afe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5b6afe Color Preview on White Background

Lorem ipsum dolor sit amet.

#5b6afe Color CSS Codes

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

#5b6afe Text Font Color

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

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


#5b6afe Background Color

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

This div background color is #5b6afe


#5b6afe Border Color

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

This div border color is #5b6afe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5b6afe


Comments

No comments written yet.

Please login to write comment.