Color spaces of #cdbc06
RGB | 205 | 188 | 6 |
---|---|---|---|
HSL | 0.15 | 0.94 | 0.41 |
HSV | 55° | 97° | 80° |
CMYK | 0.00 | 0.08 | 0.97 0.20 |
XYZ | 43.1929 | 48.9587 | 7.3458 |
Yxy | 48.9587 | 0.4341 | 0.4921 |
Hunter Lab | 69.9705 | -12.2600 | 42.7548 |
CIE-Lab | 75.4256 | -9.6660 | 76.2119 |
#cdbc06 color RGB value is (205,188,6).
#cdbc06 hex color red value is 205, green value is 188 and the blue value of its RGB is 6. Cylindrical-coordinate representations (also known as HSL) of color #cdbc06 hue: 0.15 , saturation: 0.94 and the lightness value of cdbc06 is 0.41.
The process color (four color CMYK) of #cdbc06 color hex is 0.00, 0.08, 0.97, 0.20. Web safe color of #cdbc06 is #cccc00. Color #cdbc06 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001101 | 10111100 | 00000110 |
Octal | 315 | 274 | 6 |
Decimal | 205 | 188 | 6 |
Hex | CD | BC | 6 |
Shades of #cdbc06
Tints of #cdbc06
RGB Percentages of Color #cdbc06
CMYK Percentages of Color #cdbc06
Complementary Color
#cdbc06 | #0617cd |
#cdbc06 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cdbc06 Color Preview on White Background
Lorem ipsum dolor sit amet.
#cdbc06 Color CSS Codes
.mybgcolor {background-color:#cdbc06; } .myforecolor {color:#cdbc06; } .mybordercolor {border:3px solid #cdbc06; }
#cdbc06 Text Font Color
<p style="color:#cdbc06">Text here</p>
This sample text font color is #cdbc06
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.
#cdbc06 Background Color
<div style="background-color:#cdbc06">
Div content here</div>
This div background color is #cdbc06
#cdbc06 Border Color
<div style="border:3px solid #cdbc06">
Div here</div>
This div border color is #cdbc06
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(205,188,6, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cdbc06; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cdbc06; -webkit-box-shadow: 1px 1px 3px 2px #cdbc06; box-shadow: 1px 1px 3px 2px #cdbc06; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(205,188,6, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cdbc06">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cdbc06; -webkit-box-shadow: 1px 1px 3px 2px #cdbc06; box-shadow: 1px 1px 3px 2px #cdbc06;">
Div content here</div>
This div box has shadow with color #cdbc06
Comments
No comments written yet.
Please login to write comment.