Color spaces of #0db339
RGB | 13 | 179 | 57 |
---|---|---|---|
HSL | 0.38 | 0.86 | 0.38 |
HSV | 136° | 93° | 70° |
CMYK | 0.93 | 0.00 | 0.68 0.30 |
XYZ | 17.0246 | 32.6212 | 9.2701 |
Yxy | 32.6212 | 0.2890 | 0.5537 |
Hunter Lab | 57.1150 | -46.7446 | 30.3574 |
CIE-Lab | 63.8530 | -62.3452 | 49.6934 |
#0db339 color RGB value is (13,179,57).
#0db339 hex color red value is 13, green value is 179 and the blue value of its RGB is 57. Cylindrical-coordinate representations (also known as HSL) of color #0db339 hue: 0.38 , saturation: 0.86 and the lightness value of 0db339 is 0.38.
The process color (four color CMYK) of #0db339 color hex is 0.93, 0.00, 0.68, 0.30. Web safe color of #0db339 is #00cc33. Color #0db339 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00001101 | 10110011 | 00111001 |
Octal | 15 | 263 | 71 |
Decimal | 13 | 179 | 57 |
Hex | D | B3 | 39 |
Shades of #0db339
Tints of #0db339
RGB Percentages of Color #0db339
CMYK Percentages of Color #0db339
Complementary Color
#0db339 | #b30d87 |
#0db339 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#0db339 Color Preview on White Background
Lorem ipsum dolor sit amet.
#0db339 Color CSS Codes
.mybgcolor {background-color:#0db339; } .myforecolor {color:#0db339; } .mybordercolor {border:3px solid #0db339; }
#0db339 Text Font Color
<p style="color:#0db339">Text here</p>
This sample text font color is #0db339
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.
#0db339 Background Color
<div style="background-color:#0db339">
Div content here</div>
This div background color is #0db339
#0db339 Border Color
<div style="border:3px solid #0db339">
Div here</div>
This div border color is #0db339
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(13,179,57, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #0db339; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #0db339; -webkit-box-shadow: 1px 1px 3px 2px #0db339; box-shadow: 1px 1px 3px 2px #0db339; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(13,179,57, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #0db339">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #0db339; -webkit-box-shadow: 1px 1px 3px 2px #0db339; box-shadow: 1px 1px 3px 2px #0db339;">
Div content here</div>
This div box has shadow with color #0db339
Comments
No comments written yet.
Please login to write comment.