Color spaces of #5aac9b
RGB | 90 | 172 | 155 |
---|---|---|---|
HSL | 0.47 | 0.33 | 0.51 |
HSV | 168° | 48° | 67° |
CMYK | 0.48 | 0.00 | 0.10 0.33 |
XYZ | 24.8854 | 34.0453 | 36.2701 |
Yxy | 34.0453 | 0.2614 | 0.3576 |
Hunter Lab | 58.3484 | -25.9799 | 3.9884 |
CIE-Lab | 64.9985 | -29.2626 | 1.0112 |
#5aac9b color RGB value is (90,172,155).
#5aac9b hex color red value is 90, green value is 172 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #5aac9b hue: 0.47 , saturation: 0.33 and the lightness value of 5aac9b is 0.51.
The process color (four color CMYK) of #5aac9b color hex is 0.48, 0.00, 0.10, 0.33. Web safe color of #5aac9b is #669999. Color #5aac9b contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01011010 | 10101100 | 10011011 |
Octal | 132 | 254 | 233 |
Decimal | 90 | 172 | 155 |
Hex | 5A | AC | 9B |
Shades of #5aac9b
Tints of #5aac9b
RGB Percentages of Color #5aac9b
CMYK Percentages of Color #5aac9b
Complementary Color
#5aac9b | #ac5a6b |
#5aac9b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#5aac9b Color Preview on White Background
Lorem ipsum dolor sit amet.
#5aac9b Color CSS Codes
.mybgcolor {background-color:#5aac9b; } .myforecolor {color:#5aac9b; } .mybordercolor {border:3px solid #5aac9b; }
#5aac9b Text Font Color
<p style="color:#5aac9b">Text here</p>
This sample text font color is #5aac9b
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.
#5aac9b Background Color
<div style="background-color:#5aac9b">
Div content here</div>
This div background color is #5aac9b
#5aac9b Border Color
<div style="border:3px solid #5aac9b">
Div here</div>
This div border color is #5aac9b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(90,172,155, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #5aac9b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #5aac9b; -webkit-box-shadow: 1px 1px 3px 2px #5aac9b; box-shadow: 1px 1px 3px 2px #5aac9b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(90,172,155, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #5aac9b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #5aac9b; -webkit-box-shadow: 1px 1px 3px 2px #5aac9b; box-shadow: 1px 1px 3px 2px #5aac9b;">
Div content here</div>
This div box has shadow with color #5aac9b
Comments
No comments written yet.
Please login to write comment.