Color spaces of #cbd502
RGB | 203 | 213 | 2 |
---|---|---|---|
HSL | 0.17 | 0.98 | 0.42 |
HSV | 63° | 99° | 84° |
CMYK | 0.05 | 0.00 | 0.99 0.16 |
XYZ | 48.4338 | 60.2894 | 9.1417 |
Yxy | 60.2894 | 0.4109 | 0.5115 |
Hunter Lab | 77.6462 | -24.5371 | 47.3719 |
CIE-Lab | 81.9952 | -23.0252 | 81.3812 |
#cbd502 color RGB value is (203,213,2).
#cbd502 hex color red value is 203, green value is 213 and the blue value of its RGB is 2. Cylindrical-coordinate representations (also known as HSL) of color #cbd502 hue: 0.17 , saturation: 0.98 and the lightness value of cbd502 is 0.42.
The process color (four color CMYK) of #cbd502 color hex is 0.05, 0.00, 0.99, 0.16. Web safe color of #cbd502 is #cccc00. Color #cbd502 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001011 | 11010101 | 00000010 |
Octal | 313 | 325 | 2 |
Decimal | 203 | 213 | 2 |
Hex | CB | D5 | 2 |
Shades of #cbd502
Tints of #cbd502
RGB Percentages of Color #cbd502
CMYK Percentages of Color #cbd502
Complementary Color
#cbd502 | #0c02d5 |
#cbd502 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cbd502 Color Preview on White Background
Lorem ipsum dolor sit amet.
#cbd502 Color CSS Codes
.mybgcolor {background-color:#cbd502; } .myforecolor {color:#cbd502; } .mybordercolor {border:3px solid #cbd502; }
#cbd502 Text Font Color
<p style="color:#cbd502">Text here</p>
This sample text font color is #cbd502
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.
#cbd502 Background Color
<div style="background-color:#cbd502">
Div content here</div>
This div background color is #cbd502
#cbd502 Border Color
<div style="border:3px solid #cbd502">
Div here</div>
This div border color is #cbd502
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(203,213,2, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cbd502; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cbd502; -webkit-box-shadow: 1px 1px 3px 2px #cbd502; box-shadow: 1px 1px 3px 2px #cbd502; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(203,213,2, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cbd502">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cbd502; -webkit-box-shadow: 1px 1px 3px 2px #cbd502; box-shadow: 1px 1px 3px 2px #cbd502;">
Div content here</div>
This div box has shadow with color #cbd502
Comments
No comments written yet.
Please login to write comment.