Color spaces of #084d54
RGB | 8 | 77 | 84 |
---|---|---|---|
HSL | 0.52 | 0.83 | 0.18 |
HSV | 186° | 90° | 33° |
CMYK | 0.90 | 0.08 | 0.00 0.67 |
XYZ | 4.3543 | 5.9995 | 9.3160 |
Yxy | 5.9995 | 0.2214 | 0.3050 |
Hunter Lab | 24.4939 | -11.1322 | -5.4046 |
CIE-Lab | 29.4112 | -16.8299 | -9.8340 |
#084d54 color RGB value is (8,77,84).
#084d54 hex color red value is 8, green value is 77 and the blue value of its RGB is 84. Cylindrical-coordinate representations (also known as HSL) of color #084d54 hue: 0.52 , saturation: 0.83 and the lightness value of 084d54 is 0.18.
The process color (four color CMYK) of #084d54 color hex is 0.90, 0.08, 0.00, 0.67. Web safe color of #084d54 is #006666. Color #084d54 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00001000 | 01001101 | 01010100 |
Octal | 10 | 115 | 124 |
Decimal | 8 | 77 | 84 |
Hex | 8 | 4D | 54 |
Shades of #084d54
Tints of #084d54
RGB Percentages of Color #084d54
CMYK Percentages of Color #084d54
Complementary Color
#084d54 | #540f08 |
#084d54 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#084d54 Color Preview on White Background
Lorem ipsum dolor sit amet.
#084d54 Color CSS Codes
.mybgcolor {background-color:#084d54; } .myforecolor {color:#084d54; } .mybordercolor {border:3px solid #084d54; }
#084d54 Text Font Color
<p style="color:#084d54">Text here</p>
This sample text font color is #084d54
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.
#084d54 Background Color
<div style="background-color:#084d54">
Div content here</div>
This div background color is #084d54
#084d54 Border Color
<div style="border:3px solid #084d54">
Div here</div>
This div border color is #084d54
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(8,77,84, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #084d54; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #084d54; -webkit-box-shadow: 1px 1px 3px 2px #084d54; box-shadow: 1px 1px 3px 2px #084d54; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(8,77,84, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #084d54">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #084d54; -webkit-box-shadow: 1px 1px 3px 2px #084d54; box-shadow: 1px 1px 3px 2px #084d54;">
Div content here</div>
This div box has shadow with color #084d54
Comments
No comments written yet.
Please login to write comment.