Color Hex Logo

#5aacbd Color Hex

#5AACBD
(90,172,189)
0 Favorites   0 Comments

Color spaces of #5aacbd

RGB 90172189
HSL0.530.430.55
HSV190°52°74°
CMYK 0.520.090.00   0.26
XYZ28.154335.352853.4840
Yxy35.35280.24070.3022
Hunter Lab59.4582-19.5296-11.7119
CIE-Lab66.0224-20.2423-16.3860

#5aacbd color RGB value is (90,172,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011010 10101100 10111101
Octal 132 254 275
Decimal 90 172 189
Hex 5A AC BD

RGB Percentages of Color #5aacbd

%19.96
%38.14
%41.91

CMYK Percentages of Color #5aacbd

%52
%9
%0
%26

Triadic Colors of #5aacbd

#5aacbd #bd5aac #acbd5a

Analogous Colors of #5aacbd

#5aacbd #5a7bbd #5abd9d

Monochromatic Colors of #5aacbd

#5aacbd

Complementary Color

#5aacbd #bd6b5a

#5aacbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5aacbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5aacbd Color CSS Codes

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

#5aacbd Text Font Color

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

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


#5aacbd Background Color

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

This div background color is #5aacbd


#5aacbd Border Color

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

This div border color is #5aacbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5aacbd


Comments

No comments written yet.

Please login to write comment.