Color Hex Logo

#5abbff Color Hex

#5ABBFF
(90,187,255)
0 Favorites   0 Comments

Color spaces of #5abbff

RGB 90187255
HSL0.571.000.68
HSV205°65°100°
CMYK 0.650.270.00   0.00
XYZ40.036844.9343101.1708
Yxy44.93430.21510.2414
Hunter Lab67.0331-10.6952-42.5613
CIE-Lab72.8486-8.1589-41.9746

#5abbff color RGB value is (90,187,255).

#5abbff hex color red value is 90, green value is 187 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #5abbff hue: 0.57 , saturation: 1.00 and the lightness value of 5abbff is 0.68.

The process color (four color CMYK) of #5abbff color hex is 0.65, 0.27, 0.00, 0.00. Web safe color of #5abbff is #66ccff. Color #5abbff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011010 10111011 11111111
Octal 132 273 377
Decimal 90 187 255
Hex 5A BB FF

RGB Percentages of Color #5abbff

%16.92
%35.15
%47.93

CMYK Percentages of Color #5abbff

%65
%27
%0
%0

Triadic Colors of #5abbff

#5abbff #ff5abb #bbff5a

Analogous Colors of #5abbff

#5abbff #5a69ff #5afff1

Monochromatic Colors of #5abbff

#5abbff

Complementary Color

#5abbff #ff9e5a

#5abbff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5abbff Color Preview on White Background

Lorem ipsum dolor sit amet.

#5abbff Color CSS Codes

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

#5abbff Text Font Color

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

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


#5abbff Background Color

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

This div background color is #5abbff


#5abbff Border Color

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

This div border color is #5abbff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5abbff

#5abbff Color Palettes


Comments

No comments written yet.

Please login to write comment.