Color Hex Logo

#5aa1bc Color Hex

#5AA1BC
(90,161,188)
0 Favorites   0 Comments

Color spaces of #5aa1bc

RGB 90161188
HSL0.550.420.55
HSV197°52°74°
CMYK 0.520.140.00   0.26
XYZ26.038431.294252.2450
Yxy31.29420.23760.2856
Hunter Lab55.9412-14.8125-16.2137
CIE-Lab62.7552-14.7274-20.7910

#5aa1bc color RGB value is (90,161,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011010 10100001 10111100
Octal 132 241 274
Decimal 90 161 188
Hex 5A A1 BC

RGB Percentages of Color #5aa1bc

%20.50
%36.67
%42.82

CMYK Percentages of Color #5aa1bc

%52
%14
%0
%26

Triadic Colors of #5aa1bc

#5aa1bc #bc5aa1 #a1bc5a

Analogous Colors of #5aa1bc

#5aa1bc #5a70bc #5abca6

Monochromatic Colors of #5aa1bc

#5aa1bc

Complementary Color

#5aa1bc #bc755a

#5aa1bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5aa1bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5aa1bc Color CSS Codes

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

#5aa1bc Text Font Color

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

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


#5aa1bc Background Color

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

This div background color is #5aa1bc


#5aa1bc Border Color

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

This div border color is #5aa1bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5aa1bc


Comments

No comments written yet.

Please login to write comment.