Color Hex Logo

#5ad4ff Color Hex

#5AD4FF
(90,212,255)
0 Favorites   0 Comments

Color spaces of #5ad4ff

RGB 90212255
HSL0.541.000.68
HSV196°65°100°
CMYK 0.650.170.00   0.00
XYZ45.809956.4806103.0952
Yxy56.48060.22300.2750
Hunter Lab75.1536-22.7140-28.7261
CIE-Lab79.8866-21.2823-31.0699

#5ad4ff color RGB value is (90,212,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011010 11010100 11111111
Octal 132 324 377
Decimal 90 212 255
Hex 5A D4 FF

RGB Percentages of Color #5ad4ff

%16.16
%38.06
%45.78

CMYK Percentages of Color #5ad4ff

%65
%17
%0
%0

Triadic Colors of #5ad4ff

#5ad4ff #ff5ad4 #d4ff5a

Analogous Colors of #5ad4ff

#5ad4ff #5a82ff #5affd8

Monochromatic Colors of #5ad4ff

#5ad4ff

Complementary Color

#5ad4ff #ff855a

#5ad4ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ad4ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ad4ff Color CSS Codes

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

#5ad4ff Text Font Color

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

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


#5ad4ff Background Color

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

This div background color is #5ad4ff


#5ad4ff Border Color

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

This div border color is #5ad4ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ad4ff

Related Colors


Comments

No comments written yet.

Please login to write comment.