Color Hex Logo

#5aafdd Color Hex

#5AAFDD
(90,175,221)
0 Favorites   0 Comments

Color spaces of #5aafdd

RGB 90175221
HSL0.560.660.61
HSV201°59°87°
CMYK 0.590.210.00   0.13
XYZ32.597638.054174.0337
Yxy38.05410.22530.2630
Hunter Lab61.6880-13.6298-27.9742
CIE-Lab68.0605-12.3422-30.9360

#5aafdd color RGB value is (90,175,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011010 10101111 11011101
Octal 132 257 335
Decimal 90 175 221
Hex 5A AF DD

RGB Percentages of Color #5aafdd

%18.52
%36.01
%45.47

CMYK Percentages of Color #5aafdd

%59
%21
%0
%13

Triadic Colors of #5aafdd

#5aafdd #dd5aaf #afdd5a

Analogous Colors of #5aafdd

#5aafdd #5a6edd #5addca

Monochromatic Colors of #5aafdd

#5aafdd

Complementary Color

#5aafdd #dd885a

#5aafdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5aafdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5aafdd Color CSS Codes

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

#5aafdd Text Font Color

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

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


#5aafdd Background Color

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

This div background color is #5aafdd


#5aafdd Border Color

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

This div border color is #5aafdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5aafdd


Comments

No comments written yet.

Please login to write comment.