Color spaces of #cbd213
RGB | 203 | 210 | 19 |
---|---|---|---|
HSL | 0.17 | 0.83 | 0.45 |
HSV | 62° | 91° | 82° |
CMYK | 0.03 | 0.00 | 0.91 0.18 |
XYZ | 47.7927 | 58.8367 | 9.4538 |
Yxy | 58.8367 | 0.4117 | 0.5068 |
Hunter Lab | 76.7051 | -23.0158 | 46.3861 |
CIE-Lab | 81.2018 | -21.3749 | 79.0276 |
#cbd213 color RGB value is (203,210,19).
#cbd213 hex color red value is 203, green value is 210 and the blue value of its RGB is 19. Cylindrical-coordinate representations (also known as HSL) of color #cbd213 hue: 0.17 , saturation: 0.83 and the lightness value of cbd213 is 0.45.
The process color (four color CMYK) of #cbd213 color hex is 0.03, 0.00, 0.91, 0.18. Web safe color of #cbd213 is #cccc00. Color #cbd213 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001011 | 11010010 | 00010011 |
Octal | 313 | 322 | 23 |
Decimal | 203 | 210 | 19 |
Hex | CB | D2 | 13 |
Shades of #cbd213
Tints of #cbd213
RGB Percentages of Color #cbd213
CMYK Percentages of Color #cbd213
Complementary Color
#cbd213 | #1a13d2 |
#cbd213 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cbd213 Color Preview on White Background
Lorem ipsum dolor sit amet.
#cbd213 Color CSS Codes
.mybgcolor {background-color:#cbd213; } .myforecolor {color:#cbd213; } .mybordercolor {border:3px solid #cbd213; }
#cbd213 Text Font Color
<p style="color:#cbd213">Text here</p>
This sample text font color is #cbd213
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.
#cbd213 Background Color
<div style="background-color:#cbd213">
Div content here</div>
This div background color is #cbd213
#cbd213 Border Color
<div style="border:3px solid #cbd213">
Div here</div>
This div border color is #cbd213
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(203,210,19, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cbd213; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cbd213; -webkit-box-shadow: 1px 1px 3px 2px #cbd213; box-shadow: 1px 1px 3px 2px #cbd213; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(203,210,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 #cbd213">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cbd213; -webkit-box-shadow: 1px 1px 3px 2px #cbd213; box-shadow: 1px 1px 3px 2px #cbd213;">
Div content here</div>
This div box has shadow with color #cbd213
Comments
No comments written yet.
Please login to write comment.