Color Hex Logo

#5ab9fd Color Hex

#5AB9FD
(90,185,253)
0 Favorites   0 Comments

Color spaces of #5ab9fd

RGB 90185253
HSL0.570.980.67
HSV205°64°99°
CMYK 0.640.270.00   0.01
XYZ39.295043.963499.3432
Yxy43.96340.21520.2408
Hunter Lab66.3049-10.2472-42.4195
CIE-Lab72.2040-7.7098-41.9037

#5ab9fd color RGB value is (90,185,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011010 10111001 11111101
Octal 132 271 375
Decimal 90 185 253
Hex 5A B9 FD

RGB Percentages of Color #5ab9fd

%17.05
%35.04
%47.92

CMYK Percentages of Color #5ab9fd

%64
%27
%0
%1

Triadic Colors of #5ab9fd

#5ab9fd #fd5ab9 #b9fd5a

Analogous Colors of #5ab9fd

#5ab9fd #5a68fd #5afdf0

Monochromatic Colors of #5ab9fd

#5ab9fd

Complementary Color

#5ab9fd #fd9e5a

#5ab9fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ab9fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ab9fd Color CSS Codes

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

#5ab9fd Text Font Color

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

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


#5ab9fd Background Color

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

This div background color is #5ab9fd


#5ab9fd Border Color

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

This div border color is #5ab9fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ab9fd

Related Colors


Comments

No comments written yet.

Please login to write comment.