Color Hex Logo

#5af1fd Color Hex

#5AF1FD
(90,241,253)
0 Favorites   0 Comments

Color spaces of #5af1fd

RGB 90241253
HSL0.510.980.67
HSV184°64°99°
CMYK 0.640.050.00   0.01
XYZ53.401472.1761104.0453
Yxy72.17610.23260.3143
Hunter Lab84.9565-36.4736-13.1422
CIE-Lab88.0533-35.9256-17.5908

#5af1fd color RGB value is (90,241,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011010 11110001 11111101
Octal 132 361 375
Decimal 90 241 253
Hex 5A F1 FD

RGB Percentages of Color #5af1fd

%15.41
%41.27
%43.32

CMYK Percentages of Color #5af1fd

%64
%5
%0
%1

Triadic Colors of #5af1fd

#5af1fd #fd5af1 #f1fd5a

Analogous Colors of #5af1fd

#5af1fd #5aa0fd #5afdb8

Monochromatic Colors of #5af1fd

#5af1fd

Complementary Color

#5af1fd #fd665a

#5af1fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5af1fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5af1fd Color CSS Codes

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

#5af1fd Text Font Color

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

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


#5af1fd Background Color

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

This div background color is #5af1fd


#5af1fd Border Color

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

This div border color is #5af1fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5af1fd


Comments

No comments written yet.

Please login to write comment.