Color Hex Logo

#5abdfa Color Hex

#5ABDFA
(90,189,250)
0 Favorites   0 Comments

Color spaces of #5abdfa

RGB 90189250
HSL0.560.940.67
HSV203°64°98°
CMYK 0.640.240.00   0.02
XYZ39.669445.471097.1285
Yxy45.47100.21760.2495
Hunter Lab67.4322-12.9973-38.1981
CIE-Lab73.2010-10.8276-38.7325

#5abdfa color RGB value is (90,189,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011010 10111101 11111010
Octal 132 275 372
Decimal 90 189 250
Hex 5A BD FA

RGB Percentages of Color #5abdfa

%17.01
%35.73
%47.26

CMYK Percentages of Color #5abdfa

%64
%24
%0
%2

Triadic Colors of #5abdfa

#5abdfa #fa5abd #bdfa5a

Analogous Colors of #5abdfa

#5abdfa #5a6dfa #5afae7

Monochromatic Colors of #5abdfa

#5abdfa

Complementary Color

#5abdfa #fa975a

#5abdfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5abdfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#5abdfa Color CSS Codes

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

#5abdfa Text Font Color

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

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


#5abdfa Background Color

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

This div background color is #5abdfa


#5abdfa Border Color

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

This div border color is #5abdfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5abdfa

Related Colors


Comments

No comments written yet.

Please login to write comment.