Color spaces of #5adbb5
RGB | 90 | 219 | 181 |
---|---|---|---|
HSL | 0.45 | 0.64 | 0.61 |
HSV | 162° | 59° | 86° |
CMYK | 0.59 | 0.00 | 0.17 0.14 |
XYZ | 37.8885 | 56.1729 | 52.5616 |
Yxy | 56.1729 | 0.2584 | 0.3831 |
Hunter Lab | 74.9486 | -40.9235 | 10.8838 |
CIE-Lab | 79.7121 | -44.5704 | 8.1294 |
#5adbb5 color RGB value is (90,219,181).
#5adbb5 hex color red value is 90, green value is 219 and the blue value of its RGB is 181. Cylindrical-coordinate representations (also known as HSL) of color #5adbb5 hue: 0.45 , saturation: 0.64 and the lightness value of 5adbb5 is 0.61.
The process color (four color CMYK) of #5adbb5 color hex is 0.59, 0.00, 0.17, 0.14. Web safe color of #5adbb5 is #66cccc. Color #5adbb5 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01011010 | 11011011 | 10110101 |
Octal | 132 | 333 | 265 |
Decimal | 90 | 219 | 181 |
Hex | 5A | DB | B5 |
Shades of #5adbb5
Tints of #5adbb5
RGB Percentages of Color #5adbb5
CMYK Percentages of Color #5adbb5
Complementary Color
#5adbb5 | #db5a80 |
#5adbb5 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#5adbb5 Color Preview on White Background
Lorem ipsum dolor sit amet.
#5adbb5 Color CSS Codes
.mybgcolor {background-color:#5adbb5; } .myforecolor {color:#5adbb5; } .mybordercolor {border:3px solid #5adbb5; }
#5adbb5 Text Font Color
<p style="color:#5adbb5">Text here</p>
This sample text font color is #5adbb5
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.
#5adbb5 Background Color
<div style="background-color:#5adbb5">
Div content here</div>
This div background color is #5adbb5
#5adbb5 Border Color
<div style="border:3px solid #5adbb5">
Div here</div>
This div border color is #5adbb5
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(90,219,181, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #5adbb5; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #5adbb5; -webkit-box-shadow: 1px 1px 3px 2px #5adbb5; box-shadow: 1px 1px 3px 2px #5adbb5; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(90,219,181, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #5adbb5">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #5adbb5; -webkit-box-shadow: 1px 1px 3px 2px #5adbb5; box-shadow: 1px 1px 3px 2px #5adbb5;">
Div content here</div>
This div box has shadow with color #5adbb5
Comments
No comments written yet.
Please login to write comment.