Color Hex Logo

#5ad6ff Color Hex

#5AD6FF
(90,214,255)
0 Favorites   0 Comments

Color spaces of #5ad6ff

RGB 90214255
HSL0.541.000.68
HSV195°65°100°
CMYK 0.650.160.00   0.00
XYZ46.313057.4868103.2628
Yxy57.48680.22370.2776
Hunter Lab75.8201-23.6523-27.6757
CIE-Lab80.4526-22.2923-30.2003

#5ad6ff color RGB value is (90,214,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011010 11010110 11111111
Octal 132 326 377
Decimal 90 214 255
Hex 5A D6 FF

RGB Percentages of Color #5ad6ff

%16.10
%38.28
%45.62

CMYK Percentages of Color #5ad6ff

%65
%16
%0
%0

Triadic Colors of #5ad6ff

#5ad6ff #ff5ad6 #d6ff5a

Analogous Colors of #5ad6ff

#5ad6ff #5a84ff #5affd6

Monochromatic Colors of #5ad6ff

#5ad6ff

Complementary Color

#5ad6ff #ff835a

#5ad6ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ad6ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ad6ff Color CSS Codes

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

#5ad6ff Text Font Color

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

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


#5ad6ff Background Color

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

This div background color is #5ad6ff


#5ad6ff Border Color

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

This div border color is #5ad6ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ad6ff

#5ad6ff Color Palettes


Comments

No comments written yet.

Please login to write comment.