Color spaces of #cbd763
RGB | 203 | 215 | 99 |
---|---|---|---|
HSL | 0.18 | 0.59 | 0.62 |
HSV | 66° | 54° | 84° |
CMYK | 0.06 | 0.00 | 0.54 0.16 |
XYZ | 51.1812 | 62.1982 | 21.1123 |
Yxy | 62.1982 | 0.3806 | 0.4625 |
Hunter Lab | 78.8658 | -22.1749 | 39.3342 |
CIE-Lab | 83.0187 | -20.0238 | 54.9628 |
#cbd763 color RGB value is (203,215,99).
#cbd763 hex color red value is 203, green value is 215 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #cbd763 hue: 0.18 , saturation: 0.59 and the lightness value of cbd763 is 0.62.
The process color (four color CMYK) of #cbd763 color hex is 0.06, 0.00, 0.54, 0.16. Web safe color of #cbd763 is #cccc66. Color #cbd763 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001011 | 11010111 | 01100011 |
Octal | 313 | 327 | 143 |
Decimal | 203 | 215 | 99 |
Hex | CB | D7 | 63 |
Shades of #cbd763
Tints of #cbd763
RGB Percentages of Color #cbd763
CMYK Percentages of Color #cbd763
Complementary Color
#cbd763 | #6f63d7 |
#cbd763 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cbd763 Color Preview on White Background
Lorem ipsum dolor sit amet.
#cbd763 Color CSS Codes
.mybgcolor {background-color:#cbd763; } .myforecolor {color:#cbd763; } .mybordercolor {border:3px solid #cbd763; }
#cbd763 Text Font Color
<p style="color:#cbd763">Text here</p>
This sample text font color is #cbd763
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.
#cbd763 Background Color
<div style="background-color:#cbd763">
Div content here</div>
This div background color is #cbd763
#cbd763 Border Color
<div style="border:3px solid #cbd763">
Div here</div>
This div border color is #cbd763
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(203,215,99, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cbd763; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cbd763; -webkit-box-shadow: 1px 1px 3px 2px #cbd763; box-shadow: 1px 1px 3px 2px #cbd763; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(203,215,99, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cbd763">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cbd763; -webkit-box-shadow: 1px 1px 3px 2px #cbd763; box-shadow: 1px 1px 3px 2px #cbd763;">
Div content here</div>
This div box has shadow with color #cbd763
Comments
No comments written yet.
Please login to write comment.