Color Hex Logo

#5baffd Color Hex

#5BAFFD
(91,175,253)
0 Favorites   0 Comments

Color spaces of #5baffd

RGB 91175253
HSL0.580.980.67
HSV209°64°99°
CMYK 0.640.310.00   0.01
XYZ37.374039.975998.6748
Yxy39.97590.21230.2271
Hunter Lab63.2265-5.1327-48.2727
CIE-Lab69.4524-2.0206-46.2119

#5baffd color RGB value is (91,175,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011011 10101111 11111101
Octal 133 257 375
Decimal 91 175 253
Hex 5B AF FD

RGB Percentages of Color #5baffd

%17.53
%33.72
%48.75

CMYK Percentages of Color #5baffd

%64
%31
%0
%1

Triadic Colors of #5baffd

#5baffd #fd5baf #affd5b

Analogous Colors of #5baffd

#5baffd #5b5efd #5bfdfa

Monochromatic Colors of #5baffd

#5baffd

Complementary Color

#5baffd #fda95b

#5baffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5baffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5baffd Color CSS Codes

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

#5baffd Text Font Color

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

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


#5baffd Background Color

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

This div background color is #5baffd


#5baffd Border Color

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

This div border color is #5baffd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5baffd


Comments

No comments written yet.

Please login to write comment.