Color Hex Logo

#5abffb Color Hex

#5ABFFB
(90,191,251)
0 Favorites   0 Comments

Color spaces of #5abffb

RGB 90191251
HSL0.560.950.67
HSV202°64°98°
CMYK 0.640.240.00   0.02
XYZ40.259846.400398.1010
Yxy46.40030.21790.2511
Hunter Lab68.1178-13.7068-37.7051
CIE-Lab73.8045-11.5846-38.3323

#5abffb color RGB value is (90,191,251).

#5abffb hex color red value is 90, green value is 191 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #5abffb hue: 0.56 , saturation: 0.95 and the lightness value of 5abffb is 0.67.

The process color (four color CMYK) of #5abffb color hex is 0.64, 0.24, 0.00, 0.02. Web safe color of #5abffb is #66ccff. Color #5abffb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011010 10111111 11111011
Octal 132 277 373
Decimal 90 191 251
Hex 5A BF FB

RGB Percentages of Color #5abffb

%16.92
%35.90
%47.18

CMYK Percentages of Color #5abffb

%64
%24
%0
%2

Triadic Colors of #5abffb

#5abffb #fb5abf #bffb5a

Analogous Colors of #5abffb

#5abffb #5a6ffb #5afbe7

Monochromatic Colors of #5abffb

#5abffb

Complementary Color

#5abffb #fb965a

#5abffb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5abffb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5abffb Color CSS Codes

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

#5abffb Text Font Color

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

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


#5abffb Background Color

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

This div background color is #5abffb


#5abffb Border Color

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

This div border color is #5abffb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(90,191,251, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5abffb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5abffb;
  -webkit-box-shadow: 1px 1px 3px 2px #5abffb;
  box-shadow:         1px 1px 3px 2px #5abffb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(90,191,251, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5abffb


Comments

No comments written yet.

Please login to write comment.