Color Hex Logo

#5adafa Color Hex

#5ADAFA
(90,218,250)
0 Favorites   0 Comments

Color spaces of #5adafa

RGB 90218250
HSL0.530.940.67
HSV192°64°98°
CMYK 0.640.130.00   0.02
XYZ46.543259.218699.4197
Yxy59.21860.22680.2886
Hunter Lab76.9536-26.7082-22.7318
CIE-Lab81.4116-25.7750-26.0783

#5adafa color RGB value is (90,218,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011010 11011010 11111010
Octal 132 332 372
Decimal 90 218 250
Hex 5A DA FA

RGB Percentages of Color #5adafa

%16.13
%39.07
%44.80

CMYK Percentages of Color #5adafa

%64
%13
%0
%2

Triadic Colors of #5adafa

#5adafa #fa5ada #dafa5a

Analogous Colors of #5adafa

#5adafa #5a8afa #5afaca

Monochromatic Colors of #5adafa

#5adafa

Complementary Color

#5adafa #fa7a5a

#5adafa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5adafa Color Preview on White Background

Lorem ipsum dolor sit amet.

#5adafa Color CSS Codes

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

#5adafa Text Font Color

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

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


#5adafa Background Color

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

This div background color is #5adafa


#5adafa Border Color

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

This div border color is #5adafa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5adafa


Comments

No comments written yet.

Please login to write comment.