Color spaces of #082514
RGB | 8 | 37 | 20 |
---|---|---|---|
HSL | 0.40 | 0.64 | 0.09 |
HSV | 145° | 78° | 15° |
CMYK | 0.78 | 0.00 | 0.46 0.85 |
XYZ | 0.8880 | 1.4253 | 0.8901 |
Yxy | 1.4253 | 0.2772 | 0.4449 |
Hunter Lab | 11.9386 | -7.6156 | 3.9366 |
CIE-Lab | 12.1251 | -15.9207 | 8.1738 |
#082514 color RGB value is (8,37,20).
#082514 hex color red value is 8, green value is 37 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #082514 hue: 0.40 , saturation: 0.64 and the lightness value of 082514 is 0.09.
The process color (four color CMYK) of #082514 color hex is 0.78, 0.00, 0.46, 0.85. Web safe color of #082514 is #003300. Color #082514 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00001000 | 00100101 | 00010100 |
Octal | 10 | 45 | 24 |
Decimal | 8 | 37 | 20 |
Hex | 8 | 25 | 14 |
Shades of #082514
Tints of #082514
RGB Percentages of Color #082514
CMYK Percentages of Color #082514
Complementary Color
#082514 | #250819 |
#082514 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#082514 Color Preview on White Background
Lorem ipsum dolor sit amet.
#082514 Color CSS Codes
.mybgcolor {background-color:#082514; } .myforecolor {color:#082514; } .mybordercolor {border:3px solid #082514; }
#082514 Text Font Color
<p style="color:#082514">Text here</p>
This sample text font color is #082514
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.
#082514 Background Color
<div style="background-color:#082514">
Div content here</div>
This div background color is #082514
#082514 Border Color
<div style="border:3px solid #082514">
Div here</div>
This div border color is #082514
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(8,37,20, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #082514; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #082514; -webkit-box-shadow: 1px 1px 3px 2px #082514; box-shadow: 1px 1px 3px 2px #082514; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(8,37,20, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #082514">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #082514; -webkit-box-shadow: 1px 1px 3px 2px #082514; box-shadow: 1px 1px 3px 2px #082514;">
Div content here</div>
This div box has shadow with color #082514
Comments
No comments written yet.
Please login to write comment.