Color spaces of #0cbb48
RGB | 12 | 187 | 72 |
---|---|---|---|
HSL | 0.39 | 0.88 | 0.39 |
HSV | 141° | 94° | 73° |
CMYK | 0.94 | 0.00 | 0.61 0.27 |
XYZ | 19.0916 | 36.0867 | 12.0901 |
Yxy | 36.0867 | 0.2838 | 0.5365 |
Hunter Lab | 60.0722 | -48.3971 | 30.1179 |
CIE-Lab | 66.5861 | -63.1520 | 46.2611 |
#0cbb48 color RGB value is (12,187,72).
#0cbb48 hex color red value is 12, green value is 187 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #0cbb48 hue: 0.39 , saturation: 0.88 and the lightness value of 0cbb48 is 0.39.
The process color (four color CMYK) of #0cbb48 color hex is 0.94, 0.00, 0.61, 0.27. Web safe color of #0cbb48 is #00cc33. Color #0cbb48 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00001100 | 10111011 | 01001000 |
Octal | 14 | 273 | 110 |
Decimal | 12 | 187 | 72 |
Hex | C | BB | 48 |
Shades of #0cbb48
Tints of #0cbb48
RGB Percentages of Color #0cbb48
CMYK Percentages of Color #0cbb48
Complementary Color
#0cbb48 | #bb0c7f |
#0cbb48 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#0cbb48 Color Preview on White Background
Lorem ipsum dolor sit amet.
#0cbb48 Color CSS Codes
.mybgcolor {background-color:#0cbb48; } .myforecolor {color:#0cbb48; } .mybordercolor {border:3px solid #0cbb48; }
#0cbb48 Text Font Color
<p style="color:#0cbb48">Text here</p>
This sample text font color is #0cbb48
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.
#0cbb48 Background Color
<div style="background-color:#0cbb48">
Div content here</div>
This div background color is #0cbb48
#0cbb48 Border Color
<div style="border:3px solid #0cbb48">
Div here</div>
This div border color is #0cbb48
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(12,187,72, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #0cbb48; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #0cbb48; -webkit-box-shadow: 1px 1px 3px 2px #0cbb48; box-shadow: 1px 1px 3px 2px #0cbb48; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(12,187,72, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #0cbb48">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #0cbb48; -webkit-box-shadow: 1px 1px 3px 2px #0cbb48; box-shadow: 1px 1px 3px 2px #0cbb48;">
Div content here</div>
This div box has shadow with color #0cbb48
Comments
No comments written yet.
Please login to write comment.