Color Hex Logo

#5aaccc Color Hex

#5AACCC
(90,172,204)
0 Favorites   0 Comments

Color spaces of #5aaccc

RGB 90172204
HSL0.550.530.58
HSV197°56°80°
CMYK 0.560.160.00   0.20
XYZ29.868136.038362.5086
Yxy36.03830.23260.2806
Hunter Lab60.0319-16.2455-19.7137
CIE-Lab66.5492-15.8826-23.8964

#5aaccc color RGB value is (90,172,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011010 10101100 11001100
Octal 132 254 314
Decimal 90 172 204
Hex 5A AC CC

RGB Percentages of Color #5aaccc

%19.31
%36.91
%43.78

CMYK Percentages of Color #5aaccc

%56
%16
%0
%20

Triadic Colors of #5aaccc

#5aaccc #cc5aac #accc5a

Analogous Colors of #5aaccc

#5aaccc #5a73cc #5accb3

Monochromatic Colors of #5aaccc

#5aaccc

Complementary Color

#5aaccc #cc7a5a

#5aaccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5aaccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5aaccc Color CSS Codes

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

#5aaccc Text Font Color

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

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


#5aaccc Background Color

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

This div background color is #5aaccc


#5aaccc Border Color

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

This div border color is #5aaccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5aaccc


Comments

No comments written yet.

Please login to write comment.