Color Hex Logo

#5ab5fd Color Hex

#5AB5FD
(90,181,253)
0 Favorites   0 Comments

Color spaces of #5ab5fd

RGB 90181253
HSL0.570.980.67
HSV207°64°99°
CMYK 0.640.280.00   0.01
XYZ38.469942.313399.0682
Yxy42.31330.21390.2353
Hunter Lab65.0487-8.2700-44.7637
CIE-Lab71.0864-5.5179-43.6515

#5ab5fd color RGB value is (90,181,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011010 10110101 11111101
Octal 132 265 375
Decimal 90 181 253
Hex 5A B5 FD

RGB Percentages of Color #5ab5fd

%17.18
%34.54
%48.28

CMYK Percentages of Color #5ab5fd

%64
%28
%0
%1

Triadic Colors of #5ab5fd

#5ab5fd #fd5ab5 #b5fd5a

Analogous Colors of #5ab5fd

#5ab5fd #5a64fd #5afdf4

Monochromatic Colors of #5ab5fd

#5ab5fd

Complementary Color

#5ab5fd #fda25a

#5ab5fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ab5fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ab5fd Color CSS Codes

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

#5ab5fd Text Font Color

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

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


#5ab5fd Background Color

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

This div background color is #5ab5fd


#5ab5fd Border Color

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

This div border color is #5ab5fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ab5fd


Comments

No comments written yet.

Please login to write comment.