Color Hex Logo

#5aafda Color Hex

#5AAFDA
(90,175,218)
0 Favorites   0 Comments

Color spaces of #5aafda

RGB 90175218
HSL0.560.630.60
HSV200°59°85°
CMYK 0.590.200.00   0.15
XYZ32.201337.895671.9471
Yxy37.89560.22670.2668
Hunter Lab61.5594-14.3568-26.2032
CIE-Lab67.9436-13.2626-29.4695

#5aafda color RGB value is (90,175,218).

#5aafda hex color red value is 90, green value is 175 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #5aafda hue: 0.56 , saturation: 0.63 and the lightness value of 5aafda is 0.60.

The process color (four color CMYK) of #5aafda color hex is 0.59, 0.20, 0.00, 0.15. Web safe color of #5aafda is #6699cc. Color #5aafda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011010 10101111 11011010
Octal 132 257 332
Decimal 90 175 218
Hex 5A AF DA

RGB Percentages of Color #5aafda

%18.63
%36.23
%45.13

CMYK Percentages of Color #5aafda

%59
%20
%0
%15

Triadic Colors of #5aafda

#5aafda #da5aaf #afda5a

Analogous Colors of #5aafda

#5aafda #5a6fda #5adac5

Monochromatic Colors of #5aafda

#5aafda

Complementary Color

#5aafda #da855a

#5aafda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5aafda Color Preview on White Background

Lorem ipsum dolor sit amet.

#5aafda Color CSS Codes

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

#5aafda Text Font Color

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

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


#5aafda Background Color

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

This div background color is #5aafda


#5aafda Border Color

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

This div border color is #5aafda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5aafda


Comments

No comments written yet.

Please login to write comment.