Color Hex Logo

#5aabcc Color Hex

#5AABCC
(90,171,204)
0 Favorites   0 Comments

Color spaces of #5aabcc

RGB 90171204
HSL0.550.530.58
HSV197°56°80°
CMYK 0.560.160.00   0.20
XYZ29.678435.659162.4454
Yxy35.65910.23230.2791
Hunter Lab59.7152-15.7874-20.2000
CIE-Lab66.2586-15.3514-24.3413

#5aabcc color RGB value is (90,171,204).

#5aabcc hex color red value is 90, green value is 171 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #5aabcc hue: 0.55 , saturation: 0.53 and the lightness value of 5aabcc is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 01011010 10101011 11001100
Octal 132 253 314
Decimal 90 171 204
Hex 5A AB CC

RGB Percentages of Color #5aabcc

%19.35
%36.77
%43.87

CMYK Percentages of Color #5aabcc

%56
%16
%0
%20

Triadic Colors of #5aabcc

#5aabcc #cc5aab #abcc5a

Analogous Colors of #5aabcc

#5aabcc #5a72cc #5accb4

Monochromatic Colors of #5aabcc

#5aabcc

Complementary Color

#5aabcc #cc7b5a

#5aabcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5aabcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5aabcc Color CSS Codes

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

#5aabcc Text Font Color

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

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


#5aabcc Background Color

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

This div background color is #5aabcc


#5aabcc Border Color

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

This div border color is #5aabcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5aabcc


Comments

No comments written yet.

Please login to write comment.