Color Hex Logo

#5baffe Color Hex

#5BAFFE
(91,175,254)
0 Favorites   0 Comments

Color spaces of #5baffe

RGB 91175254
HSL0.580.990.68
HSV209°64°100°
CMYK 0.640.310.00   0.00
XYZ37.533740.039899.5162
Yxy40.03980.21190.2261
Hunter Lab63.2770-4.8548-48.9519
CIE-Lab69.4979-1.6957-46.6820

#5baffe color RGB value is (91,175,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011011 10101111 11111110
Octal 133 257 376
Decimal 91 175 254
Hex 5B AF FE

RGB Percentages of Color #5baffe

%17.50
%33.65
%48.85

CMYK Percentages of Color #5baffe

%64
%31
%0
%0

Triadic Colors of #5baffe

#5baffe #fe5baf #affe5b

Analogous Colors of #5baffe

#5baffe #5b5efe #5bfefc

Monochromatic Colors of #5baffe

#5baffe

Complementary Color

#5baffe #feaa5b

#5baffe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5baffe Color Preview on White Background

Lorem ipsum dolor sit amet.

#5baffe Color CSS Codes

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

#5baffe Text Font Color

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

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


#5baffe Background Color

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

This div background color is #5baffe


#5baffe Border Color

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

This div border color is #5baffe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5baffe


Comments

No comments written yet.

Please login to write comment.