Color spaces of #00abab
RGB | 0 | 171 | 171 |
---|---|---|---|
HSL | 0.50 | 1.00 | 0.34 |
HSV | 180° | 100° | 67° |
CMYK | 1.00 | 0.00 | 0.00 0.33 |
XYZ | 21.9136 | 32.0661 | 43.5625 |
Yxy | 32.0661 | 0.2247 | 0.3287 |
Hunter Lab | 56.6269 | -30.0209 | -5.9723 |
CIE-Lab | 63.3975 | -35.6378 | -10.4795 |
#00abab color RGB value is (0,171,171).
#00abab hex color red value is 0, green value is 171 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #00abab hue: 0.50 , saturation: 1.00 and the lightness value of 00abab is 0.34.
The process color (four color CMYK) of #00abab color hex is 1.00, 0.00, 0.00, 0.33. Web safe color of #00abab is #009999. Color #00abab contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00000000 | 10101011 | 10101011 |
Octal | 0 | 253 | 253 |
Decimal | 0 | 171 | 171 |
Hex | 0 | AB | AB |
Shades of #00abab
Tints of #00abab
RGB Percentages of Color #00abab
CMYK Percentages of Color #00abab
Complementary Color
#00abab | #ab0000 |
#00abab Color Preview on Black Background
Lorem ipsum dolor sit amet.
#00abab Color Preview on White Background
Lorem ipsum dolor sit amet.
#00abab Color CSS Codes
.mybgcolor {background-color:#00abab; } .myforecolor {color:#00abab; } .mybordercolor {border:3px solid #00abab; }
#00abab Text Font Color
<p style="color:#00abab">Text here</p>
This sample text font color is #00abab
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.
#00abab Background Color
<div style="background-color:#00abab">
Div content here</div>
This div background color is #00abab
#00abab Border Color
<div style="border:3px solid #00abab">
Div here</div>
This div border color is #00abab
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(0,171,171, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #00abab; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #00abab; -webkit-box-shadow: 1px 1px 3px 2px #00abab; box-shadow: 1px 1px 3px 2px #00abab; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(0,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 #00abab">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #00abab; -webkit-box-shadow: 1px 1px 3px 2px #00abab; box-shadow: 1px 1px 3px 2px #00abab;">
Div content here</div>
This div box has shadow with color #00abab
#00abab Color Palettes
Comments
No comments written yet.
Please login to write comment.