Color spaces of #00947d
RGB | 0 | 148 | 125 |
---|---|---|---|
HSL | 0.47 | 1.00 | 0.29 |
HSV | 171° | 100° | 58° |
CMYK | 1.00 | 0.00 | 0.16 0.42 |
XYZ | 14.2916 | 22.6605 | 23.0227 |
Yxy | 22.6605 | 0.2383 | 0.3778 |
Hunter Lab | 47.6030 | -29.7153 | 4.6472 |
CIE-Lab | 54.7209 | -38.9524 | 2.7822 |
#00947d color RGB value is (0,148,125).
#00947d hex color red value is 0, green value is 148 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #00947d hue: 0.47 , saturation: 1.00 and the lightness value of 00947d is 0.29.
The process color (four color CMYK) of #00947d color hex is 1.00, 0.00, 0.16, 0.42. Web safe color of #00947d is #009966. Color #00947d contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00000000 | 10010100 | 01111101 |
Octal | 0 | 224 | 175 |
Decimal | 0 | 148 | 125 |
Hex | 0 | 94 | 7D |
Shades of #00947d
Tints of #00947d
RGB Percentages of Color #00947d
CMYK Percentages of Color #00947d
Complementary Color
#00947d | #940017 |
#00947d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#00947d Color Preview on White Background
Lorem ipsum dolor sit amet.
#00947d Color CSS Codes
.mybgcolor {background-color:#00947d; } .myforecolor {color:#00947d; } .mybordercolor {border:3px solid #00947d; }
#00947d Text Font Color
<p style="color:#00947d">Text here</p>
This sample text font color is #00947d
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.
#00947d Background Color
<div style="background-color:#00947d">
Div content here</div>
This div background color is #00947d
#00947d Border Color
<div style="border:3px solid #00947d">
Div here</div>
This div border color is #00947d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(0,148,125, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #00947d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #00947d; -webkit-box-shadow: 1px 1px 3px 2px #00947d; box-shadow: 1px 1px 3px 2px #00947d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(0,148,125, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #00947d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #00947d; -webkit-box-shadow: 1px 1px 3px 2px #00947d; box-shadow: 1px 1px 3px 2px #00947d;">
Div content here</div>
This div box has shadow with color #00947d
Comments
No comments written yet.
Please login to write comment.