Color spaces of #148568
RGB | 20 | 133 | 104 |
---|---|---|---|
HSL | 0.46 | 0.74 | 0.30 |
HSV | 165° | 85° | 52° |
CMYK | 0.85 | 0.00 | 0.22 0.48 |
XYZ | 11.1747 | 17.9233 | 15.9673 |
Yxy | 17.9233 | 0.2480 | 0.3977 |
Hunter Lab | 42.3359 | -26.9722 | 7.2735 |
CIE-Lab | 49.4029 | -36.9639 | 7.2958 |
#148568 color RGB value is (20,133,104).
#148568 hex color red value is 20, green value is 133 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #148568 hue: 0.46 , saturation: 0.74 and the lightness value of 148568 is 0.30.
The process color (four color CMYK) of #148568 color hex is 0.85, 0.00, 0.22, 0.48. Web safe color of #148568 is #009966. Color #148568 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00010100 | 10000101 | 01101000 |
Octal | 24 | 205 | 150 |
Decimal | 20 | 133 | 104 |
Hex | 14 | 85 | 68 |
Shades of #148568
Tints of #148568
RGB Percentages of Color #148568
CMYK Percentages of Color #148568
Complementary Color
#148568 | #851431 |
#148568 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#148568 Color Preview on White Background
Lorem ipsum dolor sit amet.
#148568 Color CSS Codes
.mybgcolor {background-color:#148568; } .myforecolor {color:#148568; } .mybordercolor {border:3px solid #148568; }
#148568 Text Font Color
<p style="color:#148568">Text here</p>
This sample text font color is #148568
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.
#148568 Background Color
<div style="background-color:#148568">
Div content here</div>
This div background color is #148568
#148568 Border Color
<div style="border:3px solid #148568">
Div here</div>
This div border color is #148568
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(20,133,104, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #148568; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #148568; -webkit-box-shadow: 1px 1px 3px 2px #148568; box-shadow: 1px 1px 3px 2px #148568; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(20,133,104, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #148568">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #148568; -webkit-box-shadow: 1px 1px 3px 2px #148568; box-shadow: 1px 1px 3px 2px #148568;">
Div content here</div>
This div box has shadow with color #148568
Comments
No comments written yet.
Please login to write comment.