Color spaces of #5db1aa
RGB | 93 | 177 | 170 |
---|---|---|---|
HSL | 0.49 | 0.35 | 0.53 |
HSV | 175° | 47° | 69° |
CMYK | 0.47 | 0.00 | 0.04 0.31 |
XYZ | 27.4920 | 36.6737 | 43.6600 |
Yxy | 36.6737 | 0.2550 | 0.3401 |
Hunter Lab | 60.5588 | -24.9439 | -0.3541 |
CIE-Lab | 67.0315 | -27.2260 | -4.3238 |
#5db1aa color RGB value is (93,177,170).
#5db1aa hex color red value is 93, green value is 177 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #5db1aa hue: 0.49 , saturation: 0.35 and the lightness value of 5db1aa is 0.53.
The process color (four color CMYK) of #5db1aa color hex is 0.47, 0.00, 0.04, 0.31. Web safe color of #5db1aa is #669999. Color #5db1aa contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01011101 | 10110001 | 10101010 |
Octal | 135 | 261 | 252 |
Decimal | 93 | 177 | 170 |
Hex | 5D | B1 | AA |
Shades of #5db1aa
Tints of #5db1aa
RGB Percentages of Color #5db1aa
CMYK Percentages of Color #5db1aa
Complementary Color
#5db1aa | #b15d64 |
#5db1aa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#5db1aa Color Preview on White Background
Lorem ipsum dolor sit amet.
#5db1aa Color CSS Codes
.mybgcolor {background-color:#5db1aa; } .myforecolor {color:#5db1aa; } .mybordercolor {border:3px solid #5db1aa; }
#5db1aa Text Font Color
<p style="color:#5db1aa">Text here</p>
This sample text font color is #5db1aa
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.
#5db1aa Background Color
<div style="background-color:#5db1aa">
Div content here</div>
This div background color is #5db1aa
#5db1aa Border Color
<div style="border:3px solid #5db1aa">
Div here</div>
This div border color is #5db1aa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(93,177,170, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #5db1aa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #5db1aa; -webkit-box-shadow: 1px 1px 3px 2px #5db1aa; box-shadow: 1px 1px 3px 2px #5db1aa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(93,177,170, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #5db1aa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #5db1aa; -webkit-box-shadow: 1px 1px 3px 2px #5db1aa; box-shadow: 1px 1px 3px 2px #5db1aa;">
Div content here</div>
This div box has shadow with color #5db1aa
Comments
No comments written yet.
Please login to write comment.