Color spaces of #5abcba
RGB | 90 | 188 | 186 |
---|---|---|---|
HSL | 0.50 | 0.42 | 0.55 |
HSV | 179° | 52° | 74° |
CMYK | 0.52 | 0.00 | 0.01 0.26 |
XYZ | 31.0626 | 41.6853 | 52.8633 |
Yxy | 41.6853 | 0.2473 | 0.3319 |
Hunter Lab | 64.5642 | -27.1087 | -3.3501 |
CIE-Lab | 70.6534 | -29.1008 | -7.7887 |
#5abcba color RGB value is (90,188,186).
#5abcba hex color red value is 90, green value is 188 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #5abcba hue: 0.50 , saturation: 0.42 and the lightness value of 5abcba is 0.55.
The process color (four color CMYK) of #5abcba color hex is 0.52, 0.00, 0.01, 0.26. Web safe color of #5abcba is #66cccc. Color #5abcba contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01011010 | 10111100 | 10111010 |
Octal | 132 | 274 | 272 |
Decimal | 90 | 188 | 186 |
Hex | 5A | BC | BA |
Shades of #5abcba
Tints of #5abcba
RGB Percentages of Color #5abcba
CMYK Percentages of Color #5abcba
Complementary Color
#5abcba | #bc5a5c |
#5abcba Color Preview on Black Background
Lorem ipsum dolor sit amet.
#5abcba Color Preview on White Background
Lorem ipsum dolor sit amet.
#5abcba Color CSS Codes
.mybgcolor {background-color:#5abcba; } .myforecolor {color:#5abcba; } .mybordercolor {border:3px solid #5abcba; }
#5abcba Text Font Color
<p style="color:#5abcba">Text here</p>
This sample text font color is #5abcba
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.
#5abcba Background Color
<div style="background-color:#5abcba">
Div content here</div>
This div background color is #5abcba
#5abcba Border Color
<div style="border:3px solid #5abcba">
Div here</div>
This div border color is #5abcba
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(90,188,186, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #5abcba; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #5abcba; -webkit-box-shadow: 1px 1px 3px 2px #5abcba; box-shadow: 1px 1px 3px 2px #5abcba; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(90,188,186, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #5abcba">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #5abcba; -webkit-box-shadow: 1px 1px 3px 2px #5abcba; box-shadow: 1px 1px 3px 2px #5abcba;">
Div content here</div>
This div box has shadow with color #5abcba
Comments
No comments written yet.
Please login to write comment.