Color spaces of #12995e
RGB | 18 | 153 | 94 |
---|---|---|---|
HSL | 0.43 | 0.79 | 0.34 |
HSV | 154° | 88° | 60° |
CMYK | 0.88 | 0.00 | 0.39 0.40 |
XYZ | 13.6611 | 23.7192 | 14.4479 |
Yxy | 23.7192 | 0.2636 | 0.4577 |
Hunter Lab | 48.7024 | -35.1596 | 16.5029 |
CIE-Lab | 55.8055 | -47.5965 | 21.7922 |
#12995e color RGB value is (18,153,94).
#12995e hex color red value is 18, green value is 153 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #12995e hue: 0.43 , saturation: 0.79 and the lightness value of 12995e is 0.34.
The process color (four color CMYK) of #12995e color hex is 0.88, 0.00, 0.39, 0.40. Web safe color of #12995e is #009966. Color #12995e contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00010010 | 10011001 | 01011110 |
Octal | 22 | 231 | 136 |
Decimal | 18 | 153 | 94 |
Hex | 12 | 99 | 5E |
Shades of #12995e
Tints of #12995e
RGB Percentages of Color #12995e
CMYK Percentages of Color #12995e
Complementary Color
#12995e | #99124d |
#12995e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#12995e Color Preview on White Background
Lorem ipsum dolor sit amet.
#12995e Color CSS Codes
.mybgcolor {background-color:#12995e; } .myforecolor {color:#12995e; } .mybordercolor {border:3px solid #12995e; }
#12995e Text Font Color
<p style="color:#12995e">Text here</p>
This sample text font color is #12995e
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.
#12995e Background Color
<div style="background-color:#12995e">
Div content here</div>
This div background color is #12995e
#12995e Border Color
<div style="border:3px solid #12995e">
Div here</div>
This div border color is #12995e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(18,153,94, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #12995e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #12995e; -webkit-box-shadow: 1px 1px 3px 2px #12995e; box-shadow: 1px 1px 3px 2px #12995e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(18,153,94, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #12995e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #12995e; -webkit-box-shadow: 1px 1px 3px 2px #12995e; box-shadow: 1px 1px 3px 2px #12995e;">
Div content here</div>
This div box has shadow with color #12995e
Comments
No comments written yet.
Please login to write comment.