Color Hex Logo

#5aacdd Color Hex

#5AACDD
(90,172,221)
0 Favorites   0 Comments

Color spaces of #5aacdd

RGB 90172221
HSL0.560.660.61
HSV202°59°87°
CMYK 0.590.220.00   0.13
XYZ32.020136.899273.8412
Yxy36.89920.22430.2585
Hunter Lab60.7447-12.2113-29.5516
CIE-Lab67.2013-10.7182-32.2647

#5aacdd color RGB value is (90,172,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011010 10101100 11011101
Octal 132 254 335
Decimal 90 172 221
Hex 5A AC DD

RGB Percentages of Color #5aacdd

%18.63
%35.61
%45.76

CMYK Percentages of Color #5aacdd

%59
%22
%0
%13

Triadic Colors of #5aacdd

#5aacdd #dd5aac #acdd5a

Analogous Colors of #5aacdd

#5aacdd #5a6bdd #5addcd

Monochromatic Colors of #5aacdd

#5aacdd

Complementary Color

#5aacdd #dd8b5a

#5aacdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5aacdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5aacdd Color CSS Codes

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

#5aacdd Text Font Color

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

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


#5aacdd Background Color

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

This div background color is #5aacdd


#5aacdd Border Color

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

This div border color is #5aacdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5aacdd


Comments

No comments written yet.

Please login to write comment.