Color Hex Logo

#5aedfd Color Hex

#5AEDFD
(90,237,253)
0 Favorites   0 Comments

Color spaces of #5aedfd

RGB 90237253
HSL0.520.980.67
HSV186°64°99°
CMYK 0.640.060.00   0.01
XYZ52.230369.8339103.6550
Yxy69.83390.23140.3094
Hunter Lab83.5667-34.6768-15.0459
CIE-Lab86.9153-34.0590-19.3061

#5aedfd color RGB value is (90,237,253).

#5aedfd hex color red value is 90, green value is 237 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #5aedfd hue: 0.52 , saturation: 0.98 and the lightness value of 5aedfd is 0.67.

The process color (four color CMYK) of #5aedfd color hex is 0.64, 0.06, 0.00, 0.01. Web safe color of #5aedfd is #66ffff. Color #5aedfd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011010 11101101 11111101
Octal 132 355 375
Decimal 90 237 253
Hex 5A ED FD

RGB Percentages of Color #5aedfd

%15.52
%40.86
%43.62

CMYK Percentages of Color #5aedfd

%64
%6
%0
%1

Triadic Colors of #5aedfd

#5aedfd #fd5aed #edfd5a

Analogous Colors of #5aedfd

#5aedfd #5a9cfd #5afdbc

Monochromatic Colors of #5aedfd

#5aedfd

Complementary Color

#5aedfd #fd6a5a

#5aedfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5aedfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5aedfd Color CSS Codes

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

#5aedfd Text Font Color

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

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


#5aedfd Background Color

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

This div background color is #5aedfd


#5aedfd Border Color

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

This div border color is #5aedfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5aedfd


Comments

No comments written yet.

Please login to write comment.