Color Hex Logo

#5abcfa Color Hex

#5ABCFA
(90,188,250)
0 Favorites   0 Comments

Color spaces of #5abcfa

RGB 90188250
HSL0.560.940.67
HSV203°64°98°
CMYK 0.640.250.00   0.02
XYZ39.455045.042297.0570
Yxy45.04220.21730.2481
Hunter Lab67.1135-12.5112-38.7635
CIE-Lab72.9197-10.2896-39.1702

#5abcfa color RGB value is (90,188,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011010 10111100 11111010
Octal 132 274 372
Decimal 90 188 250
Hex 5A BC FA

RGB Percentages of Color #5abcfa

%17.05
%35.61
%47.35

CMYK Percentages of Color #5abcfa

%64
%25
%0
%2

Triadic Colors of #5abcfa

#5abcfa #fa5abc #bcfa5a

Analogous Colors of #5abcfa

#5abcfa #5a6cfa #5afae8

Monochromatic Colors of #5abcfa

#5abcfa

Complementary Color

#5abcfa #fa985a

#5abcfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5abcfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#5abcfa Color CSS Codes

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

#5abcfa Text Font Color

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

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


#5abcfa Background Color

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

This div background color is #5abcfa


#5abcfa Border Color

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

This div border color is #5abcfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5abcfa


Comments

No comments written yet.

Please login to write comment.