Color spaces of #051d24
RGB | 5 | 29 | 36 |
---|---|---|---|
HSL | 0.54 | 0.76 | 0.08 |
HSV | 194° | 86° | 14° |
CMYK | 0.86 | 0.19 | 0.00 0.86 |
XYZ | 0.8204 | 1.0384 | 1.8263 |
Yxy | 1.0384 | 0.2226 | 0.2818 |
Hunter Lab | 10.1902 | -3.4620 | -3.4929 |
CIE-Lab | 9.3073 | -6.5110 | -7.5624 |
#051d24 color RGB value is (5,29,36).
#051d24 hex color red value is 5, green value is 29 and the blue value of its RGB is 36. Cylindrical-coordinate representations (also known as HSL) of color #051d24 hue: 0.54 , saturation: 0.76 and the lightness value of 051d24 is 0.08.
The process color (four color CMYK) of #051d24 color hex is 0.86, 0.19, 0.00, 0.86. Web safe color of #051d24 is #003333. Color #051d24 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00000101 | 00011101 | 00100100 |
Octal | 5 | 35 | 44 |
Decimal | 5 | 29 | 36 |
Hex | 5 | 1D | 24 |
Shades of #051d24
Tints of #051d24
RGB Percentages of Color #051d24
CMYK Percentages of Color #051d24
Complementary Color
#051d24 | #240c05 |
#051d24 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#051d24 Color Preview on White Background
Lorem ipsum dolor sit amet.
#051d24 Color CSS Codes
.mybgcolor {background-color:#051d24; } .myforecolor {color:#051d24; } .mybordercolor {border:3px solid #051d24; }
#051d24 Text Font Color
<p style="color:#051d24">Text here</p>
This sample text font color is #051d24
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.
#051d24 Background Color
<div style="background-color:#051d24">
Div content here</div>
This div background color is #051d24
#051d24 Border Color
<div style="border:3px solid #051d24">
Div here</div>
This div border color is #051d24
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(5,29,36, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #051d24; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #051d24; -webkit-box-shadow: 1px 1px 3px 2px #051d24; box-shadow: 1px 1px 3px 2px #051d24; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(5,29,36, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #051d24">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #051d24; -webkit-box-shadow: 1px 1px 3px 2px #051d24; box-shadow: 1px 1px 3px 2px #051d24;">
Div content here</div>
This div box has shadow with color #051d24
Comments
No comments written yet.
Please login to write comment.