Color spaces of #cbd628
RGB | 203 | 214 | 40 |
---|---|---|---|
HSL | 0.18 | 0.69 | 0.50 |
HSV | 64° | 81° | 84° |
CMYK | 0.05 | 0.00 | 0.81 0.16 |
XYZ | 49.0582 | 60.9428 | 11.1850 |
Yxy | 60.9428 | 0.4048 | 0.5029 |
Hunter Lab | 78.0659 | -24.4422 | 46.1512 |
CIE-Lab | 82.3480 | -22.8367 | 75.8981 |
#cbd628 color RGB value is (203,214,40).
#cbd628 hex color red value is 203, green value is 214 and the blue value of its RGB is 40. Cylindrical-coordinate representations (also known as HSL) of color #cbd628 hue: 0.18 , saturation: 0.69 and the lightness value of cbd628 is 0.50.
The process color (four color CMYK) of #cbd628 color hex is 0.05, 0.00, 0.81, 0.16. Web safe color of #cbd628 is #cccc33. Color #cbd628 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001011 | 11010110 | 00101000 |
Octal | 313 | 326 | 50 |
Decimal | 203 | 214 | 40 |
Hex | CB | D6 | 28 |
Shades of #cbd628
Tints of #cbd628
RGB Percentages of Color #cbd628
CMYK Percentages of Color #cbd628
Complementary Color
#cbd628 | #3328d6 |
#cbd628 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cbd628 Color Preview on White Background
Lorem ipsum dolor sit amet.
#cbd628 Color CSS Codes
.mybgcolor {background-color:#cbd628; } .myforecolor {color:#cbd628; } .mybordercolor {border:3px solid #cbd628; }
#cbd628 Text Font Color
<p style="color:#cbd628">Text here</p>
This sample text font color is #cbd628
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.
#cbd628 Background Color
<div style="background-color:#cbd628">
Div content here</div>
This div background color is #cbd628
#cbd628 Border Color
<div style="border:3px solid #cbd628">
Div here</div>
This div border color is #cbd628
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(203,214,40, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cbd628; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cbd628; -webkit-box-shadow: 1px 1px 3px 2px #cbd628; box-shadow: 1px 1px 3px 2px #cbd628; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(203,214,40, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cbd628">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cbd628; -webkit-box-shadow: 1px 1px 3px 2px #cbd628; box-shadow: 1px 1px 3px 2px #cbd628;">
Div content here</div>
This div box has shadow with color #cbd628
Comments
No comments written yet.
Please login to write comment.