Color Hex Logo

#5adaff Color Hex

#5ADAFF
(90,218,255)
0 Favorites   0 Comments

Color spaces of #5adaff

RGB 90218255
HSL0.541.000.68
HSV193°65°100°
CMYK 0.650.150.00   0.00
XYZ47.337959.5365103.6045
Yxy59.53650.22490.2829
Hunter Lab77.1599-25.5194-25.5982
CIE-Lab81.5856-24.2946-28.4634

#5adaff color RGB value is (90,218,255).

#5adaff hex color red value is 90, green value is 218 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #5adaff hue: 0.54 , saturation: 1.00 and the lightness value of 5adaff is 0.68.

The process color (four color CMYK) of #5adaff color hex is 0.65, 0.15, 0.00, 0.00. Web safe color of #5adaff is #66ccff. Color #5adaff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011010 11011010 11111111
Octal 132 332 377
Decimal 90 218 255
Hex 5A DA FF

RGB Percentages of Color #5adaff

%15.99
%38.72
%45.29

CMYK Percentages of Color #5adaff

%65
%15
%0
%0

Triadic Colors of #5adaff

#5adaff #ff5ada #daff5a

Analogous Colors of #5adaff

#5adaff #5a88ff #5affd2

Monochromatic Colors of #5adaff

#5adaff

Complementary Color

#5adaff #ff7f5a

#5adaff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5adaff Color Preview on White Background

Lorem ipsum dolor sit amet.

#5adaff Color CSS Codes

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

#5adaff Text Font Color

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

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


#5adaff Background Color

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

This div background color is #5adaff


#5adaff Border Color

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

This div border color is #5adaff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5adaff

Related Colors


Comments

No comments written yet.

Please login to write comment.