Color spaces of #40abab
RGB | 64 | 171 | 171 |
---|---|---|---|
HSL | 0.50 | 0.46 | 0.46 |
HSV | 180° | 63° | 67° |
CMYK | 0.63 | 0.00 | 0.00 0.33 |
XYZ | 24.0279 | 33.1561 | 43.6614 |
Yxy | 33.1561 | 0.2383 | 0.3288 |
Hunter Lab | 57.5813 | -26.2817 | -4.6501 |
CIE-Lab | 64.2871 | -29.9132 | -9.0571 |
#40abab color RGB value is (64,171,171).
#40abab hex color red value is 64, green value is 171 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #40abab hue: 0.50 , saturation: 0.46 and the lightness value of 40abab is 0.46.
The process color (four color CMYK) of #40abab color hex is 0.63, 0.00, 0.00, 0.33. Web safe color of #40abab is #339999. Color #40abab contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01000000 | 10101011 | 10101011 |
Octal | 100 | 253 | 253 |
Decimal | 64 | 171 | 171 |
Hex | 40 | AB | AB |
Shades of #40abab
Tints of #40abab
RGB Percentages of Color #40abab
CMYK Percentages of Color #40abab
Complementary Color
#40abab | #ab4040 |
#40abab Color Preview on Black Background
Lorem ipsum dolor sit amet.
#40abab Color Preview on White Background
Lorem ipsum dolor sit amet.
#40abab Color CSS Codes
.mybgcolor {background-color:#40abab; } .myforecolor {color:#40abab; } .mybordercolor {border:3px solid #40abab; }
#40abab Text Font Color
<p style="color:#40abab">Text here</p>
This sample text font color is #40abab
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.
#40abab Background Color
<div style="background-color:#40abab">
Div content here</div>
This div background color is #40abab
#40abab Border Color
<div style="border:3px solid #40abab">
Div here</div>
This div border color is #40abab
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(64,171,171, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #40abab; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #40abab; -webkit-box-shadow: 1px 1px 3px 2px #40abab; box-shadow: 1px 1px 3px 2px #40abab; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(64,171,171, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #40abab">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #40abab; -webkit-box-shadow: 1px 1px 3px 2px #40abab; box-shadow: 1px 1px 3px 2px #40abab;">
Div content here</div>
This div box has shadow with color #40abab
Comments
No comments written yet.
Please login to write comment.