Color Hex Logo

#5abbfa Color Hex

#5ABBFA
(90,187,250)
0 Favorites   0 Comments

Color spaces of #5abbfa

RGB 90187250
HSL0.570.940.67
HSV204°64°98°
CMYK 0.640.250.00   0.02
XYZ39.242144.616496.9860
Yxy44.61640.21700.2467
Hunter Lab66.7955-12.0241-39.3313
CIE-Lab72.6386-9.7501-39.6079

#5abbfa color RGB value is (90,187,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011010 10111011 11111010
Octal 132 273 372
Decimal 90 187 250
Hex 5A BB FA

RGB Percentages of Color #5abbfa

%17.08
%35.48
%47.44

CMYK Percentages of Color #5abbfa

%64
%25
%0
%2

Triadic Colors of #5abbfa

#5abbfa #fa5abb #bbfa5a

Analogous Colors of #5abbfa

#5abbfa #5a6bfa #5afae9

Monochromatic Colors of #5abbfa

#5abbfa

Complementary Color

#5abbfa #fa995a

#5abbfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5abbfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#5abbfa Color CSS Codes

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

#5abbfa Text Font Color

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

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


#5abbfa Background Color

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

This div background color is #5abbfa


#5abbfa Border Color

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

This div border color is #5abbfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5abbfa


Comments

No comments written yet.

Please login to write comment.