Color Hex Logo

#5aaba3 Color Hex

#5AABA3
(90,171,163)
0 Favorites   0 Comments

Color spaces of #5aaba3

RGB 90171163
HSL0.480.330.51
HSV174°47°67°
CMYK 0.470.000.05   0.33
XYZ25.390233.943839.8639
Yxy33.94380.25600.3422
Hunter Lab58.2613-24.16720.2152
CIE-Lab64.9179-26.7669-3.5633

#5aaba3 color RGB value is (90,171,163).

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

The process color (four color CMYK) of #5aaba3 color hex is 0.47, 0.00, 0.05, 0.33. Web safe color of #5aaba3 is #669999. Color #5aaba3 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011010 10101011 10100011
Octal 132 253 243
Decimal 90 171 163
Hex 5A AB A3

RGB Percentages of Color #5aaba3

%21.23
%40.33
%38.44

CMYK Percentages of Color #5aaba3

%47
%0
%5
%33

Triadic Colors of #5aaba3

#5aaba3 #a35aab #aba35a

Analogous Colors of #5aaba3

#5aaba3 #5a8bab #5aab7b

Monochromatic Colors of #5aaba3

#5aaba3

Complementary Color

#5aaba3 #ab5a62

#5aaba3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5aaba3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5aaba3 Color CSS Codes

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

#5aaba3 Text Font Color

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

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


#5aaba3 Background Color

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

This div background color is #5aaba3


#5aaba3 Border Color

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

This div border color is #5aaba3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5aaba3


Comments

No comments written yet.

Please login to write comment.