Color spaces of #5aa456
RGB | 90 | 164 | 86 |
---|---|---|---|
HSL | 0.32 | 0.31 | 0.49 |
HSV | 117° | 48° | 64° |
CMYK | 0.45 | 0.00 | 0.48 0.36 |
XYZ | 19.1716 | 29.3965 | 13.4677 |
Yxy | 29.3965 | 0.3090 | 0.4739 |
Hunter Lab | 54.2185 | -31.7651 | 23.2255 |
CIE-Lab | 61.1300 | -39.2257 | 33.3334 |
#5aa456 color RGB value is (90,164,86).
#5aa456 hex color red value is 90, green value is 164 and the blue value of its RGB is 86. Cylindrical-coordinate representations (also known as HSL) of color #5aa456 hue: 0.32 , saturation: 0.31 and the lightness value of 5aa456 is 0.49.
The process color (four color CMYK) of #5aa456 color hex is 0.45, 0.00, 0.48, 0.36. Web safe color of #5aa456 is #669966. Color #5aa456 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01011010 | 10100100 | 01010110 |
Octal | 132 | 244 | 126 |
Decimal | 90 | 164 | 86 |
Hex | 5A | A4 | 56 |
Shades of #5aa456
Tints of #5aa456
RGB Percentages of Color #5aa456
CMYK Percentages of Color #5aa456
Complementary Color
#5aa456 | #a056a4 |
#5aa456 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#5aa456 Color Preview on White Background
Lorem ipsum dolor sit amet.
#5aa456 Color CSS Codes
.mybgcolor {background-color:#5aa456; } .myforecolor {color:#5aa456; } .mybordercolor {border:3px solid #5aa456; }
#5aa456 Text Font Color
<p style="color:#5aa456">Text here</p>
This sample text font color is #5aa456
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.
#5aa456 Background Color
<div style="background-color:#5aa456">
Div content here</div>
This div background color is #5aa456
#5aa456 Border Color
<div style="border:3px solid #5aa456">
Div here</div>
This div border color is #5aa456
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(90,164,86, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #5aa456; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #5aa456; -webkit-box-shadow: 1px 1px 3px 2px #5aa456; box-shadow: 1px 1px 3px 2px #5aa456; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(90,164,86, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #5aa456">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #5aa456; -webkit-box-shadow: 1px 1px 3px 2px #5aa456; box-shadow: 1px 1px 3px 2px #5aa456;">
Div content here</div>
This div box has shadow with color #5aa456
Comments
No comments written yet.
Please login to write comment.