Color spaces of #cbdc2b
RGB | 203 | 220 | 43 |
---|---|---|---|
HSL | 0.18 | 0.72 | 0.52 |
HSV | 66° | 80° | 86° |
CMYK | 0.08 | 0.00 | 0.80 0.14 |
XYZ | 50.6578 | 64.0573 | 11.9798 |
Yxy | 64.0573 | 0.3998 | 0.5056 |
Hunter Lab | 80.0358 | -27.0830 | 47.1505 |
CIE-Lab | 83.9956 | -25.6259 | 76.5707 |
#cbdc2b color RGB value is (203,220,43).
#cbdc2b hex color red value is 203, green value is 220 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #cbdc2b hue: 0.18 , saturation: 0.72 and the lightness value of cbdc2b is 0.52.
The process color (four color CMYK) of #cbdc2b color hex is 0.08, 0.00, 0.80, 0.14. Web safe color of #cbdc2b is #cccc33. Color #cbdc2b contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001011 | 11011100 | 00101011 |
Octal | 313 | 334 | 53 |
Decimal | 203 | 220 | 43 |
Hex | CB | DC | 2B |
Shades of #cbdc2b
Tints of #cbdc2b
RGB Percentages of Color #cbdc2b
CMYK Percentages of Color #cbdc2b
Complementary Color
#cbdc2b | #3c2bdc |
#cbdc2b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cbdc2b Color Preview on White Background
Lorem ipsum dolor sit amet.
#cbdc2b Color CSS Codes
.mybgcolor {background-color:#cbdc2b; } .myforecolor {color:#cbdc2b; } .mybordercolor {border:3px solid #cbdc2b; }
#cbdc2b Text Font Color
<p style="color:#cbdc2b">Text here</p>
This sample text font color is #cbdc2b
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.
#cbdc2b Background Color
<div style="background-color:#cbdc2b">
Div content here</div>
This div background color is #cbdc2b
#cbdc2b Border Color
<div style="border:3px solid #cbdc2b">
Div here</div>
This div border color is #cbdc2b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(203,220,43, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cbdc2b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cbdc2b; -webkit-box-shadow: 1px 1px 3px 2px #cbdc2b; box-shadow: 1px 1px 3px 2px #cbdc2b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(203,220,43, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cbdc2b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cbdc2b; -webkit-box-shadow: 1px 1px 3px 2px #cbdc2b; box-shadow: 1px 1px 3px 2px #cbdc2b;">
Div content here</div>
This div box has shadow with color #cbdc2b
Comments
No comments written yet.
Please login to write comment.