Color Hex Logo

#5aabb3 Color Hex

#5AABB3
(90,171,179)
0 Favorites   0 Comments

Color spaces of #5aabb3

RGB 90171179
HSL0.510.370.53
HSV185°50°70°
CMYK 0.500.040.00   0.30
XYZ26.916034.554247.8988
Yxy34.55420.24610.3159
Hunter Lab58.7828-21.1368-7.1641
CIE-Lab65.4001-22.5198-11.7628

#5aabb3 color RGB value is (90,171,179).

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

The process color (four color CMYK) of #5aabb3 color hex is 0.50, 0.04, 0.00, 0.30. Web safe color of #5aabb3 is #6699cc. Color #5aabb3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011010 10101011 10110011
Octal 132 253 263
Decimal 90 171 179
Hex 5A AB B3

RGB Percentages of Color #5aabb3

%20.45
%38.86
%40.68

CMYK Percentages of Color #5aabb3

%50
%4
%0
%30

Triadic Colors of #5aabb3

#5aabb3 #b35aab #abb35a

Analogous Colors of #5aabb3

#5aabb3 #5a7fb3 #5ab38f

Monochromatic Colors of #5aabb3

#5aabb3

Complementary Color

#5aabb3 #b3625a

#5aabb3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5aabb3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5aabb3 Color CSS Codes

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

#5aabb3 Text Font Color

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

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


#5aabb3 Background Color

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

This div background color is #5aabb3


#5aabb3 Border Color

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

This div border color is #5aabb3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5aabb3


Comments

No comments written yet.

Please login to write comment.