Color Hex Logo

#5af4fa Color Hex

#5AF4FA
(90,244,250)
0 Favorites   0 Comments

Color spaces of #5af4fa

RGB 90244250
HSL0.510.940.67
HSV182°64°98°
CMYK 0.640.020.00   0.02
XYZ53.822573.7772101.8462
Yxy73.77720.23460.3215
Hunter Lab85.8937-38.4626-10.1760
CIE-Lab88.8171-38.1362-14.8761

#5af4fa color RGB value is (90,244,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011010 11110100 11111010
Octal 132 364 372
Decimal 90 244 250
Hex 5A F4 FA

RGB Percentages of Color #5af4fa

%15.41
%41.78
%42.81

CMYK Percentages of Color #5af4fa

%64
%2
%0
%2

Triadic Colors of #5af4fa

#5af4fa #fa5af4 #f4fa5a

Analogous Colors of #5af4fa

#5af4fa #5aa4fa #5afab0

Monochromatic Colors of #5af4fa

#5af4fa

Complementary Color

#5af4fa #fa605a

#5af4fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5af4fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#5af4fa Color CSS Codes

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

#5af4fa Text Font Color

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

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


#5af4fa Background Color

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

This div background color is #5af4fa


#5af4fa Border Color

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

This div border color is #5af4fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5af4fa


Comments

No comments written yet.

Please login to write comment.