Color spaces of #cbd610
RGB | 203 | 214 | 16 |
---|---|---|---|
HSL | 0.18 | 0.86 | 0.45 |
HSV | 63° | 93° | 84° |
CMYK | 0.05 | 0.00 | 0.93 0.16 |
XYZ | 48.7687 | 60.8271 | 9.6606 |
Yxy | 60.8271 | 0.4089 | 0.5101 |
Hunter Lab | 77.9917 | -24.8684 | 47.2501 |
CIE-Lab | 82.2857 | -23.3588 | 80.2554 |
#cbd610 color RGB value is (203,214,16).
#cbd610 hex color red value is 203, green value is 214 and the blue value of its RGB is 16. Cylindrical-coordinate representations (also known as HSL) of color #cbd610 hue: 0.18 , saturation: 0.86 and the lightness value of cbd610 is 0.45.
The process color (four color CMYK) of #cbd610 color hex is 0.05, 0.00, 0.93, 0.16. Web safe color of #cbd610 is #cccc00. Color #cbd610 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001011 | 11010110 | 00010000 |
Octal | 313 | 326 | 20 |
Decimal | 203 | 214 | 16 |
Hex | CB | D6 | 10 |
Shades of #cbd610
Tints of #cbd610
RGB Percentages of Color #cbd610
CMYK Percentages of Color #cbd610
Complementary Color
#cbd610 | #1b10d6 |
#cbd610 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cbd610 Color Preview on White Background
Lorem ipsum dolor sit amet.
#cbd610 Color CSS Codes
.mybgcolor {background-color:#cbd610; } .myforecolor {color:#cbd610; } .mybordercolor {border:3px solid #cbd610; }
#cbd610 Text Font Color
<p style="color:#cbd610">Text here</p>
This sample text font color is #cbd610
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.
#cbd610 Background Color
<div style="background-color:#cbd610">
Div content here</div>
This div background color is #cbd610
#cbd610 Border Color
<div style="border:3px solid #cbd610">
Div here</div>
This div border color is #cbd610
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(203,214,16, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cbd610; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cbd610; -webkit-box-shadow: 1px 1px 3px 2px #cbd610; box-shadow: 1px 1px 3px 2px #cbd610; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(203,214,16, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cbd610">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cbd610; -webkit-box-shadow: 1px 1px 3px 2px #cbd610; box-shadow: 1px 1px 3px 2px #cbd610;">
Div content here</div>
This div box has shadow with color #cbd610
Comments
No comments written yet.
Please login to write comment.