Color spaces of #009282
RGB | 0 | 146 | 130 |
---|---|---|---|
HSL | 0.48 | 1.00 | 0.29 |
HSV | 173° | 100° | 57° |
CMYK | 1.00 | 0.00 | 0.11 0.43 |
XYZ | 14.3081 | 22.1695 | 24.6441 |
Yxy | 22.1695 | 0.2341 | 0.3627 |
Hunter Lab | 47.0845 | -28.1551 | 1.9267 |
CIE-Lab | 54.2064 | -36.6324 | -0.8388 |
#009282 color RGB value is (0,146,130).
#009282 hex color red value is 0, green value is 146 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #009282 hue: 0.48 , saturation: 1.00 and the lightness value of 009282 is 0.29.
The process color (four color CMYK) of #009282 color hex is 1.00, 0.00, 0.11, 0.43. Web safe color of #009282 is #009999. Color #009282 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00000000 | 10010010 | 10000010 |
Octal | 0 | 222 | 202 |
Decimal | 0 | 146 | 130 |
Hex | 0 | 92 | 82 |
Shades of #009282
Tints of #009282
RGB Percentages of Color #009282
CMYK Percentages of Color #009282
Complementary Color
#009282 | #920010 |
#009282 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#009282 Color Preview on White Background
Lorem ipsum dolor sit amet.
#009282 Color CSS Codes
.mybgcolor {background-color:#009282; } .myforecolor {color:#009282; } .mybordercolor {border:3px solid #009282; }
#009282 Text Font Color
<p style="color:#009282">Text here</p>
This sample text font color is #009282
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.
#009282 Background Color
<div style="background-color:#009282">
Div content here</div>
This div background color is #009282
#009282 Border Color
<div style="border:3px solid #009282">
Div here</div>
This div border color is #009282
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(0,146,130, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #009282; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #009282; -webkit-box-shadow: 1px 1px 3px 2px #009282; box-shadow: 1px 1px 3px 2px #009282; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(0,146,130, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #009282">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #009282; -webkit-box-shadow: 1px 1px 3px 2px #009282; box-shadow: 1px 1px 3px 2px #009282;">
Div content here</div>
This div box has shadow with color #009282
Comments
No comments written yet.
Please login to write comment.