Color spaces of #5db013
RGB | 93 | 176 | 19 |
---|---|---|---|
HSL | 0.25 | 0.81 | 0.38 |
HSV | 92° | 89° | 69° |
CMYK | 0.47 | 0.00 | 0.89 0.31 |
XYZ | 20.1571 | 33.4248 | 6.0053 |
Yxy | 33.4248 | 0.3383 | 0.5609 |
Hunter Lab | 57.8142 | -38.9402 | 34.3113 |
CIE-Lab | 64.5034 | -48.8257 | 62.6691 |
#5db013 color RGB value is (93,176,19).
#5db013 hex color red value is 93, green value is 176 and the blue value of its RGB is 19. Cylindrical-coordinate representations (also known as HSL) of color #5db013 hue: 0.25 , saturation: 0.81 and the lightness value of 5db013 is 0.38.
The process color (four color CMYK) of #5db013 color hex is 0.47, 0.00, 0.89, 0.31. Web safe color of #5db013 is #669900. Color #5db013 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01011101 | 10110000 | 00010011 |
Octal | 135 | 260 | 23 |
Decimal | 93 | 176 | 19 |
Hex | 5D | B0 | 13 |
Shades of #5db013
Tints of #5db013
RGB Percentages of Color #5db013
CMYK Percentages of Color #5db013
Complementary Color
#5db013 | #6613b0 |
#5db013 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#5db013 Color Preview on White Background
Lorem ipsum dolor sit amet.
#5db013 Color CSS Codes
.mybgcolor {background-color:#5db013; } .myforecolor {color:#5db013; } .mybordercolor {border:3px solid #5db013; }
#5db013 Text Font Color
<p style="color:#5db013">Text here</p>
This sample text font color is #5db013
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.
#5db013 Background Color
<div style="background-color:#5db013">
Div content here</div>
This div background color is #5db013
#5db013 Border Color
<div style="border:3px solid #5db013">
Div here</div>
This div border color is #5db013
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(93,176,19, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #5db013; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #5db013; -webkit-box-shadow: 1px 1px 3px 2px #5db013; box-shadow: 1px 1px 3px 2px #5db013; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(93,176,19, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #5db013">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #5db013; -webkit-box-shadow: 1px 1px 3px 2px #5db013; box-shadow: 1px 1px 3px 2px #5db013;">
Div content here</div>
This div box has shadow with color #5db013
Comments
No comments written yet.
Please login to write comment.