Color Hex Logo

#5aacbc Color Hex

#5AACBC
(90,172,188)
0 Favorites   0 Comments

Color spaces of #5aacbc

RGB 90172188
HSL0.530.420.55
HSV190°52°74°
CMYK 0.520.090.00   0.26
XYZ28.046135.309552.9142
Yxy35.30950.24120.3037
Hunter Lab59.4218-19.7391-11.2016
CIE-Lab65.9889-20.5254-15.8814

#5aacbc color RGB value is (90,172,188).

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

The process color (four color CMYK) of #5aacbc color hex is 0.52, 0.09, 0.00, 0.26. Web safe color of #5aacbc is #6699cc. Color #5aacbc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011010 10101100 10111100
Octal 132 254 274
Decimal 90 172 188
Hex 5A AC BC

RGB Percentages of Color #5aacbc

%20.00
%38.22
%41.78

CMYK Percentages of Color #5aacbc

%52
%9
%0
%26

Triadic Colors of #5aacbc

#5aacbc #bc5aac #acbc5a

Analogous Colors of #5aacbc

#5aacbc #5a7bbc #5abc9b

Monochromatic Colors of #5aacbc

#5aacbc

Complementary Color

#5aacbc #bc6a5a

#5aacbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5aacbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5aacbc Color CSS Codes

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

#5aacbc Text Font Color

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

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


#5aacbc Background Color

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

This div background color is #5aacbc


#5aacbc Border Color

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

This div border color is #5aacbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5aacbc

#5aacbc Color Palettes


Comments

No comments written yet.

Please login to write comment.