Color spaces of #949902
RGB | 148 | 153 | 2 |
---|---|---|---|
HSL | 0.17 | 0.97 | 0.30 |
HSV | 62° | 99° | 60° |
CMYK | 0.03 | 0.00 | 0.99 0.40 |
XYZ | 23.6149 | 29.0827 | 4.4263 |
Yxy | 29.0827 | 0.4134 | 0.5091 |
Hunter Lab | 53.9284 | -16.2106 | 32.8835 |
CIE-Lab | 60.8545 | -16.9395 | 63.7392 |
#949902 color RGB value is (148,153,2).
#949902 hex color red value is 148, green value is 153 and the blue value of its RGB is 2. Cylindrical-coordinate representations (also known as HSL) of color #949902 hue: 0.17 , saturation: 0.97 and the lightness value of 949902 is 0.30.
The process color (four color CMYK) of #949902 color hex is 0.03, 0.00, 0.99, 0.40. Web safe color of #949902 is #999900. Color #949902 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10010100 | 10011001 | 00000010 |
Octal | 224 | 231 | 2 |
Decimal | 148 | 153 | 2 |
Hex | 94 | 99 | 2 |
Shades of #949902
Tints of #949902
RGB Percentages of Color #949902
CMYK Percentages of Color #949902
Complementary Color
#949902 | #070299 |
#949902 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#949902 Color Preview on White Background
Lorem ipsum dolor sit amet.
#949902 Color CSS Codes
.mybgcolor {background-color:#949902; } .myforecolor {color:#949902; } .mybordercolor {border:3px solid #949902; }
#949902 Text Font Color
<p style="color:#949902">Text here</p>
This sample text font color is #949902
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.
#949902 Background Color
<div style="background-color:#949902">
Div content here</div>
This div background color is #949902
#949902 Border Color
<div style="border:3px solid #949902">
Div here</div>
This div border color is #949902
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(148,153,2, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #949902; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #949902; -webkit-box-shadow: 1px 1px 3px 2px #949902; box-shadow: 1px 1px 3px 2px #949902; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(148,153,2, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #949902">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #949902; -webkit-box-shadow: 1px 1px 3px 2px #949902; box-shadow: 1px 1px 3px 2px #949902;">
Div content here</div>
This div box has shadow with color #949902
Comments
No comments written yet.
Please login to write comment.