Color Hex Logo

#5adafe Color Hex

#5ADAFE
(90,218,254)
0 Favorites   0 Comments

Color spaces of #5adafe

RGB 90218254
HSL0.540.990.67
HSV193°65°100°
CMYK 0.650.140.00   0.00
XYZ47.177259.4722102.7587
Yxy59.47220.22530.2840
Hunter Lab77.1182-25.7592-25.0201
CIE-Lab81.5505-24.5921-27.9872

#5adafe color RGB value is (90,218,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011010 11011010 11111110
Octal 132 332 376
Decimal 90 218 254
Hex 5A DA FE

RGB Percentages of Color #5adafe

%16.01
%38.79
%45.20

CMYK Percentages of Color #5adafe

%65
%14
%0
%0

Triadic Colors of #5adafe

#5adafe #fe5ada #dafe5a

Analogous Colors of #5adafe

#5adafe #5a88fe #5afed0

Monochromatic Colors of #5adafe

#5adafe

Complementary Color

#5adafe #fe7e5a

#5adafe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5adafe Color Preview on White Background

Lorem ipsum dolor sit amet.

#5adafe Color CSS Codes

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

#5adafe Text Font Color

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

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


#5adafe Background Color

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

This div background color is #5adafe


#5adafe Border Color

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

This div border color is #5adafe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5adafe

Related Colors


Comments

No comments written yet.

Please login to write comment.