Color spaces of #cbd67f
RGB | 203 | 214 | 127 |
---|---|---|---|
HSL | 0.19 | 0.51 | 0.67 |
HSV | 68° | 41° | 84° |
CMYK | 0.05 | 0.00 | 0.41 0.16 |
XYZ | 52.5059 | 62.3220 | 29.3407 |
Yxy | 62.3220 | 0.3642 | 0.4323 |
Hunter Lab | 78.9443 | -19.4320 | 33.2251 |
CIE-Lab | 83.0844 | -16.8271 | 41.6537 |
#cbd67f color RGB value is (203,214,127).
#cbd67f hex color red value is 203, green value is 214 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #cbd67f hue: 0.19 , saturation: 0.51 and the lightness value of cbd67f is 0.67.
The process color (four color CMYK) of #cbd67f color hex is 0.05, 0.00, 0.41, 0.16. Web safe color of #cbd67f is #cccc66. Color #cbd67f contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001011 | 11010110 | 01111111 |
Octal | 313 | 326 | 177 |
Decimal | 203 | 214 | 127 |
Hex | CB | D6 | 7F |
Shades of #cbd67f
Tints of #cbd67f
RGB Percentages of Color #cbd67f
CMYK Percentages of Color #cbd67f
Complementary Color
#cbd67f | #8a7fd6 |
#cbd67f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cbd67f Color Preview on White Background
Lorem ipsum dolor sit amet.
#cbd67f Color CSS Codes
.mybgcolor {background-color:#cbd67f; } .myforecolor {color:#cbd67f; } .mybordercolor {border:3px solid #cbd67f; }
#cbd67f Text Font Color
<p style="color:#cbd67f">Text here</p>
This sample text font color is #cbd67f
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.
#cbd67f Background Color
<div style="background-color:#cbd67f">
Div content here</div>
This div background color is #cbd67f
#cbd67f Border Color
<div style="border:3px solid #cbd67f">
Div here</div>
This div border color is #cbd67f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(203,214,127, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cbd67f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cbd67f; -webkit-box-shadow: 1px 1px 3px 2px #cbd67f; box-shadow: 1px 1px 3px 2px #cbd67f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(203,214,127, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cbd67f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cbd67f; -webkit-box-shadow: 1px 1px 3px 2px #cbd67f; box-shadow: 1px 1px 3px 2px #cbd67f;">
Div content here</div>
This div box has shadow with color #cbd67f
Comments
No comments written yet.
Please login to write comment.